Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_file.h264 v8::Context::Scope context_scope_; variable
Dnode_file.cc718 context_scope_(wrap->env()->context()) { in FSReqAfterScope()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc914 context_scope_.emplace(generator_, scope_, outer_context_); in EnterScope()
925 context_scope_ = base::nullopt; in ExitScope()
937 base::Optional<ContextScope> context_scope_; member in v8::internal::interpreter::BytecodeGenerator::MultipleEntryBlockContextScope