Home
last modified time | relevance | path

Searched refs:context_scope_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/
Dtest-utils.h48 Context::Scope context_scope_; variable
Dtest-utils.cc67 : context_(Context::New(isolate())), context_scope_(context_) {} in TestWithContext()