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