Searched refs:InspectorFunctionCallHandler (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInspectorEnvironment.h37 typedef JSC::JSValue (*InspectorFunctionCallHandler)(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args, JSC::JSValue* exception); typedef in class:Inspector::JSC
45 virtual InspectorFunctionCallHandler functionCallHandler() const = 0;
H A DJSGlobalObjectInspectorController.h76 virtual InspectorFunctionCallHandler functionCallHandler() const override;
H A DJSGlobalObjectInspectorController.cpp178 InspectorFunctionCallHandler JSGlobalObjectInspectorController::functionCallHandler() const

Completed in 112 milliseconds