Home
last modified time | relevance | path

Searched refs:ThrowOnJavascriptExecution (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dassert-scope.h169 ThrowOnJavascriptExecution; typedef
Dexecution.cc108 if (!ThrowOnJavascriptExecution::IsAllowed(isolate)) { in Invoke()
Dapi.cc8407 new i::ThrowOnJavascriptExecution(i_isolate)); in DisallowJavascriptExecutionScope()
8416 delete reinterpret_cast<i::ThrowOnJavascriptExecution*>(internal_); in ~DisallowJavascriptExecutionScope()