Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-value-utils.cc110 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()
Dv8-injected-script-host.cc141 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()
/external/v8/include/
Dv8.h7332 class V8_EXPORT DisallowJavascriptExecutionScope {
7336 DisallowJavascriptExecutionScope(Isolate* isolate, OnFailure on_failure);
7337 ~DisallowJavascriptExecutionScope();
7340 DisallowJavascriptExecutionScope(const DisallowJavascriptExecutionScope&) =
7342 DisallowJavascriptExecutionScope& operator=(
7343 const DisallowJavascriptExecutionScope&) = delete;
/external/v8/src/
Dapi.cc8396 Isolate::DisallowJavascriptExecutionScope::DisallowJavascriptExecutionScope( in DisallowJavascriptExecutionScope() function in v8::Isolate::DisallowJavascriptExecutionScope
8398 Isolate::DisallowJavascriptExecutionScope::OnFailure on_failure) in DisallowJavascriptExecutionScope()
8412 Isolate::DisallowJavascriptExecutionScope::~DisallowJavascriptExecutionScope() { in ~DisallowJavascriptExecutionScope()