Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h5390 class V8_EXPORT AllowJavascriptExecutionScope {
5392 explicit AllowJavascriptExecutionScope(Isolate* isolate);
5393 ~AllowJavascriptExecutionScope();
5400 AllowJavascriptExecutionScope(const AllowJavascriptExecutionScope&);
5401 AllowJavascriptExecutionScope& operator=(
5402 const AllowJavascriptExecutionScope&);
/external/v8/src/
Dapi.cc7257 Isolate::AllowJavascriptExecutionScope::AllowJavascriptExecutionScope( in AllowJavascriptExecutionScope() function in v8::Isolate::AllowJavascriptExecutionScope
7267 Isolate::AllowJavascriptExecutionScope::~AllowJavascriptExecutionScope() { in ~AllowJavascriptExecutionScope()
/external/v8/test/cctest/
Dtest-api.cc22585 TEST(AllowJavascriptExecutionScope) { in TEST() argument
22593 { v8::Isolate::AllowJavascriptExecutionScope yes_js(isolate); in TEST()