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.cc202 v8::Isolate::DisallowJavascriptExecutionScope throwJs( in getInternalPropertiesCallback()
204 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in getInternalPropertiesCallback()
/external/v8/include/
Dv8.h6376 class V8_EXPORT DisallowJavascriptExecutionScope {
6380 DisallowJavascriptExecutionScope(Isolate* isolate, OnFailure on_failure);
6381 ~DisallowJavascriptExecutionScope();
6384 DisallowJavascriptExecutionScope(const DisallowJavascriptExecutionScope&) =
6386 DisallowJavascriptExecutionScope& operator=(
6387 const DisallowJavascriptExecutionScope&) = delete;
/external/v8/src/
Dapi.cc8020 Isolate::DisallowJavascriptExecutionScope::DisallowJavascriptExecutionScope( in DisallowJavascriptExecutionScope() function in v8::Isolate::DisallowJavascriptExecutionScope
8022 Isolate::DisallowJavascriptExecutionScope::OnFailure on_failure) in DisallowJavascriptExecutionScope()
8036 Isolate::DisallowJavascriptExecutionScope::~DisallowJavascriptExecutionScope() { in ~DisallowJavascriptExecutionScope()