Searched refs:DisallowJavascriptExecutionScope (Results 1 – 4 of 4) sorted by relevance
110 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in createDataProperty()112 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in createDataProperty()120 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in createDataProperty()122 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in createDataProperty()
141 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in getPropertyCallback()142 isolate, v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in getPropertyCallback()287 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in getInternalPropertiesCallback()289 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in getInternalPropertiesCallback()397 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in typedArrayPropertiesCallback()398 isolate, v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in typedArrayPropertiesCallback()
7332 class V8_EXPORT DisallowJavascriptExecutionScope {7336 DisallowJavascriptExecutionScope(Isolate* isolate, OnFailure on_failure);7337 ~DisallowJavascriptExecutionScope();7340 DisallowJavascriptExecutionScope(const DisallowJavascriptExecutionScope&) =7342 DisallowJavascriptExecutionScope& operator=(7343 const DisallowJavascriptExecutionScope&) = delete;
8396 Isolate::DisallowJavascriptExecutionScope::DisallowJavascriptExecutionScope( in DisallowJavascriptExecutionScope() function in v8::Isolate::DisallowJavascriptExecutionScope8398 Isolate::DisallowJavascriptExecutionScope::OnFailure on_failure) in DisallowJavascriptExecutionScope()8412 Isolate::DisallowJavascriptExecutionScope::~DisallowJavascriptExecutionScope() { in ~DisallowJavascriptExecutionScope()