Searched refs:ForInType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dtype-info.h34 // TODO(1571) We can't use ForInStatement::ForInType as the return value due
38 byte ForInType(int feedback_vector_slot);
H A Dtyping.cc304 stmt->set_for_in_type(static_cast<ForInStatement::ForInType>(
305 oracle()->ForInType(stmt->ForInFeedbackSlot())));
H A Dtype-info.cc109 byte TypeFeedbackOracle::ForInType(int feedback_vector_slot) { function in class:v8::internal::TypeFeedbackOracle
H A Dast.h936 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN }; enum in class:v8::internal::FINAL
937 ForInType for_in_type() const { return for_in_type_; }
938 void set_for_in_type(ForInType type) { for_in_type_ = type; }
954 ForInType for_in_type_;

Completed in 386 milliseconds