Searched refs:AllowJavascriptExecutionScope (Results 1 – 3 of 3) sorted by relevance
5390 class V8_EXPORT AllowJavascriptExecutionScope {5392 explicit AllowJavascriptExecutionScope(Isolate* isolate);5393 ~AllowJavascriptExecutionScope();5400 AllowJavascriptExecutionScope(const AllowJavascriptExecutionScope&);5401 AllowJavascriptExecutionScope& operator=(5402 const AllowJavascriptExecutionScope&);
7257 Isolate::AllowJavascriptExecutionScope::AllowJavascriptExecutionScope( in AllowJavascriptExecutionScope() function in v8::Isolate::AllowJavascriptExecutionScope7267 Isolate::AllowJavascriptExecutionScope::~AllowJavascriptExecutionScope() { in ~AllowJavascriptExecutionScope()
22585 TEST(AllowJavascriptExecutionScope) { in TEST() argument22593 { v8::Isolate::AllowJavascriptExecutionScope yes_js(isolate); in TEST()