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

  /external/v8/src/
type-info.h 34 // TODO(1571) We can't use ForInStatement::ForInType as the return value due
38 byte ForInType(FeedbackVectorSlot feedback_vector_slot);
type-info.cc 129 byte TypeFeedbackOracle::ForInType(FeedbackVectorSlot feedback_vector_slot) {
  /external/v8/src/crankshaft/
typing.cc 298 stmt->set_for_in_type(static_cast<ForInStatement::ForInType>(
299 oracle()->ForInType(stmt->ForInFeedbackSlot())));
  /external/v8/src/ast/
ast.h 829 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN };
830 ForInType for_in_type() const { return for_in_type_; }
831 void set_for_in_type(ForInType type) { for_in_type_ = type; }
856 ForInType for_in_type_;
    [all...]

Completed in 119 milliseconds