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

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DJSGlobalObjectRuntimeAgent.cpp27 #include "JSGlobalObjectRuntimeAgent.h"
39 JSGlobalObjectRuntimeAgent::JSGlobalObjectRuntimeAgent(InjectedScriptManager* injectedScriptManager, JSGlobalObject& globalObject) function in class:Inspector::JSGlobalObjectRuntimeAgent
45 void JSGlobalObjectRuntimeAgent::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher)
51 void JSGlobalObjectRuntimeAgent::willDestroyFrontendAndBackend(InspectorDisconnectReason)
57 VM& JSGlobalObjectRuntimeAgent::globalVM()
62 InjectedScript JSGlobalObjectRuntimeAgent::injectedScriptForEval(ErrorString* errorString, const int* executionContextId)
H A DJSGlobalObjectRuntimeAgent.h40 class JSGlobalObjectRuntimeAgent final : public InspectorRuntimeAgent {
42 JSGlobalObjectRuntimeAgent(InjectedScriptManager*, JSC::JSGlobalObject&);
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSGlobalObjectInspectorController.cpp43 #include "JSGlobalObjectRuntimeAgent.h"
61 auto runtimeAgent = std::make_unique<JSGlobalObjectRuntimeAgent>(m_injectedScriptManager.get(), m_globalObject);

Completed in 156 milliseconds