Home
last modified time | relevance | path

Searched refs:V8RecursionScope (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8RecursionScope.h57 class V8RecursionScope {
58 WTF_MAKE_NONCOPYABLE(V8RecursionScope);
60 explicit V8RecursionScope(ExecutionContext* context) in V8RecursionScope() function
66 ~V8RecursionScope() in ~V8RecursionScope()
DV8ScriptRunner.cpp85 if (V8RecursionScope::recursionLevel() >= kMaxRecursionDepth) in runCompiledScript()
96 V8RecursionScope recursionScope(context); in runCompiledScript()
118 V8RecursionScope::MicrotaskSuppression recursionScope; in compileAndRunInternalScript()
129 if (V8RecursionScope::recursionLevel() >= kMaxRecursionDepth) in callFunction()
134 V8RecursionScope recursionScope(context); in callFunction()
144 V8RecursionScope::MicrotaskSuppression recursionScope; in callInternalFunction()
155 V8RecursionScope::MicrotaskSuppression recursionScope; in callAsFunction()
166 V8RecursionScope::MicrotaskSuppression recursionScope; in callAsConstructor()
177 V8RecursionScope::MicrotaskSuppression scope; in instantiateObject()
188 V8RecursionScope::MicrotaskSuppression scope; in instantiateObject()
[all …]
DV8RecursionScope.cpp39 void V8RecursionScope::didLeaveScriptContext() in didLeaveScriptContext()
DScriptRegexp.cpp77 V8RecursionScope::MicrotaskSuppression microtaskScope; in match()
/external/chromium_org/third_party/WebKit/Source/web/
DWebScopedMicrotaskSuppression.cpp40 class WebScopedMicrotaskSuppression::Impl : public WebCore::V8RecursionScope::MicrotaskSuppression …
DWebKit.cpp93 ASSERT(!isMainThread() || WebCore::V8RecursionScope::properlyUsed()); in assertV8RecursionScope()
/external/chromium_org/third_party/WebKit/Source/bindings/
Dbindings.gypi128 'v8/V8RecursionScope.cpp',
129 'v8/V8RecursionScope.h',
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_derived.target.darwin-arm.mk253 third_party/WebKit/Source/bindings/v8/V8RecursionScope.cpp \
Dwebcore_derived.target.darwin-x86.mk253 third_party/WebKit/Source/bindings/v8/V8RecursionScope.cpp \
Dwebcore_derived.target.linux-x86.mk253 third_party/WebKit/Source/bindings/v8/V8RecursionScope.cpp \
Dwebcore_derived.target.linux-arm.mk253 third_party/WebKit/Source/bindings/v8/V8RecursionScope.cpp \
Dwebcore_derived.target.linux-mips.mk253 third_party/WebKit/Source/bindings/v8/V8RecursionScope.cpp \
Dwebcore_derived.target.darwin-mips.mk253 third_party/WebKit/Source/bindings/v8/V8RecursionScope.cpp \