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 254 // TODO(1571) We can't use ForInStatement::ForInType as the return value due
256 byte ForInType(ForInStatement* expr);
ast.cc 444 for_in_type_ = static_cast<ForInType>(oracle->ForInType(this));
    [all...]
ast.h 924 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN };
925 ForInType for_in_type() const { return for_in_type_; }
940 ForInType for_in_type_;
    [all...]
type-info.cc 207 byte TypeFeedbackOracle::ForInType(ForInStatement* stmt) {

Completed in 65 milliseconds