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

  /external/chromium_org/v8/src/
type-info.h 36 // TODO(1571) We can't use ForInStatement::ForInType as the return value due
40 byte ForInType(int feedback_vector_slot);
typing.cc 303 stmt->set_for_in_type(static_cast<ForInStatement::ForInType>(
304 oracle()->ForInType(stmt->ForInFeedbackSlot())));
type-info.cc 112 byte TypeFeedbackOracle::ForInType(int feedback_vector_slot) {
ast.h 927 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN };
928 ForInType for_in_type() const { return for_in_type_; }
929 void set_for_in_type(ForInType type) { for_in_type_ = type; }
945 ForInType for_in_type_;
    [all...]

Completed in 89 milliseconds