Searched refs:DisallowJavascriptExecutionScope (Results 1 - 3 of 3) sorted by relevance

/external/v8/include/
H A Dv8.h5615 class V8_EXPORT DisallowJavascriptExecutionScope { class in class:v8::Isolate
5619 DisallowJavascriptExecutionScope(Isolate* isolate, OnFailure on_failure);
5620 ~DisallowJavascriptExecutionScope();
5627 DisallowJavascriptExecutionScope(const DisallowJavascriptExecutionScope&);
5628 DisallowJavascriptExecutionScope& operator=(
5629 const DisallowJavascriptExecutionScope&);
5634 * Introduce exception to DisallowJavascriptExecutionScope.
/external/v8/src/
H A Dapi.cc7404 Isolate::DisallowJavascriptExecutionScope::DisallowJavascriptExecutionScope( function in class:v8::Isolate::DisallowJavascriptExecutionScope
7406 Isolate::DisallowJavascriptExecutionScope::OnFailure on_failure)
7420 Isolate::DisallowJavascriptExecutionScope::~DisallowJavascriptExecutionScope() {
/external/v8/test/cctest/
H A Dtest-api.cc23411 TEST(DisallowJavascriptExecutionScope) {
23415 v8::Isolate::DisallowJavascriptExecutionScope no_js(
23416 isolate, v8::Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE);
23425 v8::Isolate::DisallowJavascriptExecutionScope no_js(
23426 isolate, v8::Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE);
23427 v8::Isolate::DisallowJavascriptExecutionScope throw_js(
23428 isolate, v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE);
23440 v8::Isolate::DisallowJavascriptExecutionScope throw_js(
23441 isolate, v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE);

Completed in 177 milliseconds