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

  /external/v8/src/
ast-inl.h 92 loop_variable_(NULL),
ast.h 511 bool is_fast_smi_loop() { return loop_variable_ != NULL; }
512 Variable* loop_variable() { return loop_variable_; }
513 void set_loop_variable(Variable* var) { loop_variable_ = var; }
522 Variable* loop_variable_; member in class:v8::internal::ForStatement
    [all...]

Completed in 25 milliseconds