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 35 // TODO(1571) We can't use ForInStatement::ForInType as the return value due
39 byte ForInType(FeedbackSlot feedback_vector_slot);
type-info.cc 120 byte TypeFeedbackOracle::ForInType(FeedbackSlot feedback_vector_slot) {
  /external/v8/src/crankshaft/
typing.cc 299 stmt->set_for_in_type(static_cast<ForInStatement::ForInType>(
300 oracle()->ForInType(stmt->ForInFeedbackSlot())));
  /external/v8/src/ast/
ast.h 745 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN };
746 ForInType for_in_type() const { return ForInTypeField::decode(bit_field_); }
747 void set_for_in_type(ForInType type) {
780 : public BitField<ForInType, ForEachStatement::kNextBitFieldIndex, 1> {};
    [all...]

Completed in 48 milliseconds