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 535 bool ObjectLiteral::IsBoilerplateProperty(ObjectLiteral::Property* property) {
551 if (!IsBoilerplateProperty(property)) {
618 if (!IsBoilerplateProperty(property)) {
643 if (!IsBoilerplateProperty(property)) {
    [all...]
  /external/v8/src/parsing/
parser.h 747 V8_INLINE static bool IsBoilerplateProperty(
749 return ObjectLiteral::IsBoilerplateProperty(property);
    [all...]
preparser.h     [all...]

Completed in 44 milliseconds