Searched refs:AllowJavascriptExecutionScope (Results 1 – 4 of 4) sorted by relevance
102 v8::Isolate::AllowJavascriptExecutionScope(m_context->GetIsolate()); in callWithoutExceptionHandling()
7354 class V8_EXPORT AllowJavascriptExecutionScope {7356 explicit AllowJavascriptExecutionScope(Isolate* isolate);7357 ~AllowJavascriptExecutionScope();7360 AllowJavascriptExecutionScope(const AllowJavascriptExecutionScope&) =7362 AllowJavascriptExecutionScope& operator=(7363 const AllowJavascriptExecutionScope&) = delete;
8421 Isolate::AllowJavascriptExecutionScope::AllowJavascriptExecutionScope( in AllowJavascriptExecutionScope() function in v8::Isolate::AllowJavascriptExecutionScope8431 Isolate::AllowJavascriptExecutionScope::~AllowJavascriptExecutionScope() { in ~AllowJavascriptExecutionScope()
2313 v8::Isolate::AllowJavascriptExecutionScope allow_script(isolate_); in Send()