HomeSort by relevance Sort by last modified time
    Searched full:position_type_ (Results 1 - 1 of 1) sorted by null

  /external/v8/src/interpreter/
bytecode-pipeline.h 58 : position_type_(PositionType::kNone),
62 : position_type_(is_statement ? PositionType::kStatement
75 position_type_ = PositionType::kStatement;
84 position_type_ = PositionType::kExpression;
90 position_type_ = PositionType::kExpression;
98 position_type_ = other.position_type_;
108 return position_type_ == PositionType::kStatement;
111 return position_type_ == PositionType::kExpression;
114 bool is_valid() const { return position_type_ != PositionType::kNone;
133 PositionType position_type_; member in class:v8::internal::interpreter::final
    [all...]

Completed in 52 milliseconds