Searched refs:was_execution_allowed_assert_ (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/include/ | ||
H A D | v8-isolate.h | 336 bool was_execution_allowed_assert_; member in v8::Isolate::DisallowJavascriptExecutionScope 357 bool was_execution_allowed_assert_; member in v8::Isolate::AllowJavascriptExecutionScope |
/third_party/node/deps/v8/include/v8-include/ | ||
H A D | v8-isolate.h | 357 bool was_execution_allowed_assert_; member in v8::Isolate::AllowJavascriptExecutionScope |
/third_party/node/deps/v8/src/api/ | ||
H A D | api.cc | 8790 &was_execution_allowed_assert_); in DisallowJavascriptExecutionScope() 8810 was_execution_allowed_assert_); in ~DisallowJavascriptExecutionScope() 8829 i::AllowJavascriptExecution::Open(i_isolate, &was_execution_allowed_assert_); in AllowJavascriptExecutionScope() 8837 i::AllowJavascriptExecution::Close(i_isolate, was_execution_allowed_assert_); in ~AllowJavascriptExecutionScope() |
Completed in 26 milliseconds