Searched refs:DebuggableType (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspectorDebuggable.h59 enum DebuggableType { JavaScript, Web }; enum in class:Inspector::RemoteInspectorDebuggable
60 virtual DebuggableType type() const = 0;
86 RemoteInspectorDebuggable::DebuggableType type;
H A DRemoteInspectorDebuggableConnection.h80 RemoteInspectorDebuggableConnection(RemoteInspectorDebuggable*, NSString *connectionIdentifier, NSString *destination, RemoteInspectorDebuggable::DebuggableType);
H A DRemoteInspectorDebuggableConnection.mm110 RemoteInspectorDebuggableConnection::RemoteInspectorDebuggableConnection(RemoteInspectorDebuggable* debuggable, NSString *connectionIdentifier, NSString *destination, RemoteInspectorDebuggable::DebuggableType)
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSGlobalObjectDebuggable.h49 virtual Inspector::RemoteInspectorDebuggable::DebuggableType type() const override { return Inspector::RemoteInspectorDebuggable::JavaScript; }
/macosx-10.10/WebCore-7600.1.25/page/
H A DPageDebuggable.h44 virtual Inspector::RemoteInspectorDebuggable::DebuggableType type() const override { return Inspector::RemoteInspectorDebuggable::Web; }
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DToolbar.js147 if (WebInspector.debuggableType === WebInspector.DebuggableType.JavaScript) {
H A DResourceSidebarPanel.js94 if (WebInspector.debuggableType === WebInspector.DebuggableType.JavaScript)
614 if (WebInspector.debuggableType === WebInspector.DebuggableType.JavaScript)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DMain.js42 WebInspector.DebuggableType = {
199 this.debuggableType = InspectorFrontendHost.debuggableType() === "web" ? WebInspector.DebuggableType.Web : WebInspector.DebuggableType.JavaScript;
264 if (this.debuggableType !== WebInspector.DebuggableType.JavaScript)
270 if (this.debuggableType !== WebInspector.DebuggableType.JavaScript)
287 if (this.debuggableType === WebInspector.DebuggableType.Web) {

Completed in 195 milliseconds