Home
last modified time | relevance | path

Searched refs:execution_context (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc53 outer_(generator_->execution_context()), in ContextScope()
122 context_(generator->execution_context()) { in ControlScope()
563 if (generator()->execution_context() != context()) { in PopContextToExpectedDepth()
1564 DCHECK_EQ(0, execution_context()->ContextChainDepth(variable->scope())); in VisitVariableDeclaration()
1565 builder()->LoadTheHole().StoreContextSlot(execution_context()->reg(), in VisitVariableDeclaration()
1604 DCHECK_EQ(0, execution_context()->ContextChainDepth(variable->scope())); in VisitFunctionDeclaration()
1606 builder()->StoreContextSlot(execution_context()->reg(), variable->index(), in VisitFunctionDeclaration()
2905 int depth = execution_context()->ContextChainDepth(brand->scope()); in BuildPrivateBrandInitialization()
2906 ContextScope* class_context = execution_context()->Previous(depth); in BuildPrivateBrandInitialization()
2924 .MoveRegister(execution_context() in BuildPrivateBrandInitialization()
[all...]
H A Dbytecode-generator.h467 inline ContextScope* execution_context() const { return execution_context_; } in execution_context() function in v8::internal::interpreter::final

Completed in 9 milliseconds