Searched refs:was_execution_allowed_throws_ (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/include/ | ||
H A D | v8-isolate.h | 337 bool was_execution_allowed_throws_; member in v8::Isolate::DisallowJavascriptExecutionScope 358 bool was_execution_allowed_throws_; member in v8::Isolate::AllowJavascriptExecutionScope |
/third_party/node/deps/v8/include/v8-include/ | ||
H A D | v8-isolate.h | 358 bool was_execution_allowed_throws_; member in v8::Isolate::AllowJavascriptExecutionScope |
/third_party/node/deps/v8/src/api/ | ||
H A D | api.cc | 8794 &was_execution_allowed_throws_); in DisallowJavascriptExecutionScope() 8814 was_execution_allowed_throws_); in ~DisallowJavascriptExecutionScope() 8831 &was_execution_allowed_throws_); in AllowJavascriptExecutionScope() 8839 was_execution_allowed_throws_); in ~AllowJavascriptExecutionScope() |
Completed in 25 milliseconds