Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h500 void set_current_loop_scope(LoopScope* loop_scope) { in set_current_loop_scope() argument
501 current_loop_scope_ = loop_scope; in set_current_loop_scope()
Dbytecode-generator.cc2257 LoopScope loop_scope(this, &loop_builder); in VisitDoWhileStatement() local
2260 LoopScope loop_scope(this, &loop_builder); in VisitDoWhileStatement() local
2278 LoopScope loop_scope(this, &loop_builder); in VisitWhileStatement() local
2301 LoopScope loop_scope(this, &loop_builder); in VisitForStatement() local
2347 LoopScope loop_scope(this, &loop_builder); in VisitForInStatement() local
2420 LoopScope loop_scope(this, &loop_builder); in VisitForOfStatement() local
3326 LoopScope loop_scope(this, &loop_builder); in BuildFillArrayWithIterator() local
4857 LoopScope loop_scope(this, &loop_builder); in VisitYieldStar() local
/third_party/node/deps/v8/src/execution/
Disolate.h410 HandleScope loop_scope(for_with_handle_isolate); \
421 HandleScope loop_scope(for_with_handle_isolate); \
/third_party/node/deps/v8/src/parsing/
Dparser-base.h5711 typename FunctionState::LoopScope loop_scope(function_state_); in ParseDoWhileStatement()
5750 typename FunctionState::LoopScope loop_scope(function_state_); in ParseWhileStatement()
5999 typename FunctionState::LoopScope loop_scope(function_state_); in ParseForStatement()
6340 typename FunctionState::LoopScope loop_scope(function_state_); in ParseForAwaitStatement()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc797 slow_storage = loop_scope.CloseAndEscape(new_storage); in SetDictionaryMode()
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc493 GraphAssembler::LoopScope<kPhiRepresentation> loop_scope(gasm_); in Do() local
495 auto loop_header = loop_scope.loop_header_label(); in Do()
563 loop_scope(gasm_); in Value() local
565 auto loop_header = loop_scope.loop_header_label(); in Value()