HomeSort by relevance Sort by last modified time
    Searched defs:IsBoilerplateProperty (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ast/
ast.cc 416 bool ObjectLiteral::IsBoilerplateProperty(ObjectLiteral::Property* property) {
437 if (!IsBoilerplateProperty(property)) {
    [all...]
  /external/v8/src/parsing/
parser.h 381 static bool IsBoilerplateProperty(ObjectLiteral::Property* property) {
382 return ObjectLiteral::IsBoilerplateProperty(property);
    [all...]
preparser.h 679 static bool IsBoilerplateProperty(PreParserExpression property) {
    [all...]

Completed in 177 milliseconds