Searched refs:context_scope_ (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/unittests/ | ||
D | test-utils.h | 48 Context::Scope context_scope_; variable |
D | test-utils.cc | 67 : context_(Context::New(isolate())), context_scope_(context_) {} in TestWithContext() |