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

/external/chromium_org/v8/src/
H A Dast.h937 ForInType for_in_type() const { return for_in_type_; }
938 void set_for_in_type(ForInType type) { for_in_type_ = type; }
949 for_in_type_(SLOW_FOR_IN),
954 ForInType for_in_type_; member in class:v8::internal::FINAL

Completed in 69 milliseconds