Home
last modified time | relevance | path

Searched refs:was_execution_allowed_dump_ (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-isolate.h338 bool was_execution_allowed_dump_; member in v8::Isolate::DisallowJavascriptExecutionScope
359 bool was_execution_allowed_dump_; member in v8::Isolate::AllowJavascriptExecutionScope
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h359 bool was_execution_allowed_dump_; member in v8::Isolate::AllowJavascriptExecutionScope
/third_party/node/deps/v8/src/api/
H A Dapi.cc8798 &was_execution_allowed_dump_); in DisallowJavascriptExecutionScope()
8818 was_execution_allowed_dump_); in ~DisallowJavascriptExecutionScope()
8832 i::NoDumpOnJavascriptExecution::Open(i_isolate, &was_execution_allowed_dump_); in AllowJavascriptExecutionScope()
8840 i::NoDumpOnJavascriptExecution::Close(i_isolate, was_execution_allowed_dump_); in ~AllowJavascriptExecutionScope()

Completed in 26 milliseconds