Searched refs:AllowJavascriptExecutionScope (Results 1 – 5 of 5) sorted by relevance
344 class V8_EXPORT V8_NODISCARD AllowJavascriptExecutionScope {346 explicit AllowJavascriptExecutionScope(Isolate* isolate);347 ~AllowJavascriptExecutionScope();350 AllowJavascriptExecutionScope(const AllowJavascriptExecutionScope&) =352 AllowJavascriptExecutionScope& operator=(353 const AllowJavascriptExecutionScope&) = delete;
306 Isolate::AllowJavascriptExecutionScope allow_js(isolate); in ReadHostObject()
790 Isolate::AllowJavascriptExecutionScope allow_js_here(isolate()); in ~Environment()
3766 v8::Isolate::AllowJavascriptExecutionScope allow_script(isolate_); in Send()3833 v8::Isolate::AllowJavascriptExecutionScope allow_script(isolate_); in runMessageLoopOnPause()
8806 Isolate::AllowJavascriptExecutionScope::AllowJavascriptExecutionScope( in AllowJavascriptExecutionScope() function in v8::Isolate::AllowJavascriptExecutionScope8816 Isolate::AllowJavascriptExecutionScope::~AllowJavascriptExecutionScope() { in ~AllowJavascriptExecutionScope()