Searched refs:createFunctionCallData (Results 1 – 3 of 3) sorted by relevance
55 … static PassRefPtr<JSONObject> createFunctionCallData(const String& scriptName, int scriptLine);
76 PassRefPtr<JSONObject> TimelineRecordFactory::createFunctionCallData(const String& scriptName, int … in createFunctionCallData() function in WebCore::TimelineRecordFactory
437 …pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineR… in willCallFunction()