Searched refs:DisallowJavascriptExecutionScope (Results 1 – 6 of 6) sorted by relevance
18 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()
319 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;
172 Isolate::DisallowJavascriptExecutionScope scope( in RequestInterrupt()174 Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in RequestInterrupt()
427 Isolate::DisallowJavascriptExecutionScope disallow_js(isolate, in FreeEnvironment()428 Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in FreeEnvironment()
944 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()
8763 Isolate::DisallowJavascriptExecutionScope::DisallowJavascriptExecutionScope( in DisallowJavascriptExecutionScope() function in v8::Isolate::DisallowJavascriptExecutionScope8765 Isolate::DisallowJavascriptExecutionScope::OnFailure on_failure) in DisallowJavascriptExecutionScope()8786 Isolate::DisallowJavascriptExecutionScope::~DisallowJavascriptExecutionScope() { in ~DisallowJavascriptExecutionScope()