Home
last modified time | relevance | path

Searched refs:v8PromiseEventsEnabled (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DScriptDebugListener.h84 virtual bool v8PromiseEventsEnabled() const = 0;
DInspectorDebuggerAgent.h240 virtual bool v8PromiseEventsEnabled() const OVERRIDE FINAL;
DInspectorDebuggerAgent.cpp928 bool InspectorDebuggerAgent::v8PromiseEventsEnabled() const in v8PromiseEventsEnabled() function in blink::InspectorDebuggerAgent
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.cpp529 if (listener->v8PromiseEventsEnabled()) in handleV8DebugEvent()