Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h499 LoopScope* current_loop_scope() const { return current_loop_scope_; } in current_loop_scope()
501 current_loop_scope_ = loop_scope; in set_current_loop_scope()
547 LoopScope* current_loop_scope_; variable
Dbytecode-generator.cc1168 current_loop_scope_(nullptr), in BytecodeGenerator()