HomeSort by relevance Sort by last modified time
    Searched defs:ControlScopeForIteration (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
bytecode-generator.cc 276 class BytecodeGenerator::ControlScopeForIteration final
279 ControlScopeForIteration(BytecodeGenerator* generator,
287 ~ControlScopeForIteration() { generator()->loop_depth_--; }
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 240 class AstGraphBuilder::ControlScopeForIteration : public ControlScope {
242 ControlScopeForIteration(AstGraphBuilder* owner, IterationStatement* target,
    [all...]

Completed in 47 milliseconds