Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-value-copier.cc184 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()
Dv8-injected-script-host.cc215 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in getInternalPropertiesCallback()
217 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in getInternalPropertiesCallback()
/external/v8/include/
Dv8.h6465 class V8_EXPORT DisallowJavascriptExecutionScope {
6469 DisallowJavascriptExecutionScope(Isolate* isolate, OnFailure on_failure);
6470 ~DisallowJavascriptExecutionScope();
6473 DisallowJavascriptExecutionScope(const DisallowJavascriptExecutionScope&) =
6475 DisallowJavascriptExecutionScope& operator=(
6476 const DisallowJavascriptExecutionScope&) = delete;
/external/v8/src/
Dapi.cc8257 Isolate::DisallowJavascriptExecutionScope::DisallowJavascriptExecutionScope( in DisallowJavascriptExecutionScope() function in v8::Isolate::DisallowJavascriptExecutionScope
8259 Isolate::DisallowJavascriptExecutionScope::OnFailure on_failure) in DisallowJavascriptExecutionScope()
8273 Isolate::DisallowJavascriptExecutionScope::~DisallowJavascriptExecutionScope() { in ~DisallowJavascriptExecutionScope()