Home
last modified time | relevance | path

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

/external/v8/src/
Dassert-scope.h157 AllowJavascriptExecution; typedef
Dexecution.cc107 CHECK(AllowJavascriptExecution::IsAllowed(isolate)); in Invoke()
Dapi.cc8425 new i::AllowJavascriptExecution(i_isolate)); in AllowJavascriptExecutionScope()
8432 delete reinterpret_cast<i::AllowJavascriptExecution*>(internal_assert_); in ~AllowJavascriptExecutionScope()
/external/v8/src/debug/
Ddebug.cc1700 if (!AllowJavascriptExecution::IsAllowed(isolate_)) return; in OnException()
1869 AllowJavascriptExecution allow_script(isolate_); in ProcessCompileEvent()