Searched defs:PropertyKind (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.h154 enum PropertyKind { enum in class:v8::internal::ParserBase
172 void CheckProperty(Token::Value property, PropertyKind type, bool* ok);
179 bool HasConflict(PropertyKind type1, PropertyKind type2) {
182 bool IsDataDataConflict(PropertyKind type1, PropertyKind type2) {
185 bool IsDataAccessorConflict(PropertyKind type1, PropertyKind type2) {
188 bool IsAccessorAccessorConflict(PropertyKind type1, PropertyKind type
[all...]
/external/v8/src/
H A Dparser.cc3933 enum PropertyKind { enum in class:v8::internal::ObjectLiteralPropertyChecker

Completed in 761 milliseconds