createFunctionCallData  464 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptId, scriptName, scriptLine), TimelineRecordType::FunctionCall, true, frameForExecutionContext(context));
createFunctionCallData   55 Source/core/inspector/TimelineRecordFactory.h     static PassRefPtr<JSONObject> createFunctionCallData(int scriptId, const String& scriptName, int scriptLine);