Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-function-call.cc102 v8::Isolate::AllowJavascriptExecutionScope(m_context->GetIsolate()); in callWithoutExceptionHandling()
/external/v8/include/
Dv8.h7354 class V8_EXPORT AllowJavascriptExecutionScope {
7356 explicit AllowJavascriptExecutionScope(Isolate* isolate);
7357 ~AllowJavascriptExecutionScope();
7360 AllowJavascriptExecutionScope(const AllowJavascriptExecutionScope&) =
7362 AllowJavascriptExecutionScope& operator=(
7363 const AllowJavascriptExecutionScope&) = delete;
/external/v8/src/
Dapi.cc8421 Isolate::AllowJavascriptExecutionScope::AllowJavascriptExecutionScope( in AllowJavascriptExecutionScope() function in v8::Isolate::AllowJavascriptExecutionScope
8431 Isolate::AllowJavascriptExecutionScope::~AllowJavascriptExecutionScope() { in ~AllowJavascriptExecutionScope()
Dd8.cc2313 v8::Isolate::AllowJavascriptExecutionScope allow_script(isolate_); in Send()