Home
last modified time | relevance | path

Searched refs:DisallowJavascriptExecutionScope (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-value-utils.cc18 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in createDataProperty()
20 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in createDataProperty()
28 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in createDataProperty()
30 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in createDataProperty()
/third_party/node/deps/v8/include/
Dv8-isolate.h319 class V8_EXPORT V8_NODISCARD DisallowJavascriptExecutionScope {
323 DisallowJavascriptExecutionScope(Isolate* isolate, OnFailure on_failure);
324 ~DisallowJavascriptExecutionScope();
327 DisallowJavascriptExecutionScope(const DisallowJavascriptExecutionScope&) =
329 DisallowJavascriptExecutionScope& operator=(
330 const DisallowJavascriptExecutionScope&) = delete;
/third_party/node/src/api/
Dhooks.cc172 Isolate::DisallowJavascriptExecutionScope scope( in RequestInterrupt()
174 Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in RequestInterrupt()
Denvironment.cc427 Isolate::DisallowJavascriptExecutionScope disallow_js(isolate, in FreeEnvironment()
428 Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in FreeEnvironment()
/third_party/node/src/
Denv.cc944 Isolate::DisallowJavascriptExecutionScope disallow_js(isolate(), in CleanupHandles()
945 Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in CleanupHandles()
1526 Isolate::DisallowJavascriptExecutionScope disallow_js( in Exit()
1527 isolate(), Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in Exit()
/third_party/node/deps/v8/src/api/
Dapi.cc8763 Isolate::DisallowJavascriptExecutionScope::DisallowJavascriptExecutionScope( in DisallowJavascriptExecutionScope() function in v8::Isolate::DisallowJavascriptExecutionScope
8765 Isolate::DisallowJavascriptExecutionScope::OnFailure on_failure) in DisallowJavascriptExecutionScope()
8786 Isolate::DisallowJavascriptExecutionScope::~DisallowJavascriptExecutionScope() { in ~DisallowJavascriptExecutionScope()