Home
last modified time | relevance | path

Searched refs:setIsHandlingRecursionLevelError (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8PerIsolateData.h80 void setIsHandlingRecursionLevelError(bool value) { m_isHandlingRecursionLevelError = value; } in setIsHandlingRecursionLevelError() function
DV8ScriptRunner.cpp60 V8PerIsolateData::from(isolate)->setIsHandlingRecursionLevelError(true); in throwStackOverflowExceptionIfNeeded()
62 V8PerIsolateData::from(isolate)->setIsHandlingRecursionLevelError(false); in throwStackOverflowExceptionIfNeeded()