Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-isolate.h344 class V8_EXPORT V8_NODISCARD AllowJavascriptExecutionScope {
346 explicit AllowJavascriptExecutionScope(Isolate* isolate);
347 ~AllowJavascriptExecutionScope();
350 AllowJavascriptExecutionScope(const AllowJavascriptExecutionScope&) =
352 AllowJavascriptExecutionScope& operator=(
353 const AllowJavascriptExecutionScope&) = delete;
/third_party/node/src/
Dnode_serdes.cc306 Isolate::AllowJavascriptExecutionScope allow_js(isolate); in ReadHostObject()
Denv.cc790 Isolate::AllowJavascriptExecutionScope allow_js_here(isolate()); in ~Environment()
/third_party/node/deps/v8/src/d8/
Dd8.cc3766 v8::Isolate::AllowJavascriptExecutionScope allow_script(isolate_); in Send()
3833 v8::Isolate::AllowJavascriptExecutionScope allow_script(isolate_); in runMessageLoopOnPause()
/third_party/node/deps/v8/src/api/
Dapi.cc8806 Isolate::AllowJavascriptExecutionScope::AllowJavascriptExecutionScope( in AllowJavascriptExecutionScope() function in v8::Isolate::AllowJavascriptExecutionScope
8816 Isolate::AllowJavascriptExecutionScope::~AllowJavascriptExecutionScope() { in ~AllowJavascriptExecutionScope()