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

/external/v8/include/
H A Dv8.h5636 class V8_EXPORT AllowJavascriptExecutionScope { class in class:v8::Isolate
5638 explicit AllowJavascriptExecutionScope(Isolate* isolate);
5639 ~AllowJavascriptExecutionScope();
5646 AllowJavascriptExecutionScope(const AllowJavascriptExecutionScope&);
5647 AllowJavascriptExecutionScope& operator=(
5648 const AllowJavascriptExecutionScope&);
/external/v8/src/
H A Dapi.cc7429 Isolate::AllowJavascriptExecutionScope::AllowJavascriptExecutionScope( function in class:v8::Isolate::AllowJavascriptExecutionScope
7439 Isolate::AllowJavascriptExecutionScope::~AllowJavascriptExecutionScope() {
/external/v8/test/cctest/
H A Dtest-api.cc23421 TEST(AllowJavascriptExecutionScope) {
23429 { v8::Isolate::AllowJavascriptExecutionScope yes_js(isolate);

Completed in 311 milliseconds