Home | History | Annotate | Download | only in v8

Lines Matching refs:ScriptId

916 void GetDevToolsFunctionInfo(v8::Handle<v8::Function> function, v8::Isolate* isolate, int& scriptId, String& resourceName, int& lineNumber)
919 scriptId = originalFunction->ScriptId();
933 int scriptId = 0;
936 GetDevToolsFunctionInfo(function, isolate, scriptId, resourceName, lineNumber);
937 return InspectorFunctionCallEvent::data(context, scriptId, resourceName, lineNumber);