Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1027 : bytecode_generator_(bytecode_generator), in OptionalChainNullLabelScope()
1029 prev_ = bytecode_generator_->optional_chaining_null_labels_; in OptionalChainNullLabelScope()
1030 bytecode_generator_->optional_chaining_null_labels_ = &labels_; in OptionalChainNullLabelScope()
1034 bytecode_generator_->optional_chaining_null_labels_ = prev_; in ~OptionalChainNullLabelScope()
1040 BytecodeGenerator* bytecode_generator_; member in v8::internal::interpreter::BytecodeGenerator::OptionalChainNullLabelScope
1052 : bytecode_generator_(bytecode_generator), in LoopScope()
1053 parent_loop_scope_(bytecode_generator_->current_loop_scope()), in LoopScope()
1056 bytecode_generator_->set_current_loop_scope(this); in LoopScope()
1057 bytecode_generator_->loop_depth_++; in LoopScope()
1061 bytecode_generator_->loop_depth_--; in ~LoopScope()
[all …]