Searched defs:IsBoilerplateProperty (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.cc245 bool ObjectLiteral::IsBoilerplateProperty(ObjectLiteral::Property* property) { function in class:v8::internal::ObjectLiteral
266 if (!IsBoilerplateProperty(property)) {
H A Dparser.h414 static bool IsBoilerplateProperty(ObjectLiteral::Property* property) { function in class:v8::internal::ParserTraits
415 return ObjectLiteral::IsBoilerplateProperty(property);
H A Dpreparser.h1183 static bool IsBoilerplateProperty(PreParserExpression property) { function in class:v8::internal::PreParserTraits
2077 if (this->IsBoilerplateProperty(property)) {

Completed in 211 milliseconds