Searched refs:DisallowJavascriptExecutionScope (Results 1 – 4 of 4) sorted by relevance
184 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in createDataProperty()186 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in createDataProperty()194 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in createDataProperty()196 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in createDataProperty()
202 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in getInternalPropertiesCallback()204 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in getInternalPropertiesCallback()
6376 class V8_EXPORT DisallowJavascriptExecutionScope {6380 DisallowJavascriptExecutionScope(Isolate* isolate, OnFailure on_failure);6381 ~DisallowJavascriptExecutionScope();6384 DisallowJavascriptExecutionScope(const DisallowJavascriptExecutionScope&) =6386 DisallowJavascriptExecutionScope& operator=(6387 const DisallowJavascriptExecutionScope&) = delete;
8020 Isolate::DisallowJavascriptExecutionScope::DisallowJavascriptExecutionScope( in DisallowJavascriptExecutionScope() function in v8::Isolate::DisallowJavascriptExecutionScope8022 Isolate::DisallowJavascriptExecutionScope::OnFailure on_failure) in DisallowJavascriptExecutionScope()8036 Isolate::DisallowJavascriptExecutionScope::~DisallowJavascriptExecutionScope() { in ~DisallowJavascriptExecutionScope()