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

  /external/v8/src/
ast.cc 245 bool ObjectLiteral::IsBoilerplateProperty(ObjectLiteral::Property* property) {
266 if (!IsBoilerplateProperty(property)) {
    [all...]
parser.h 414 static bool IsBoilerplateProperty(ObjectLiteral::Property* property) {
415 return ObjectLiteral::IsBoilerplateProperty(property);
    [all...]
preparser.h     [all...]

Completed in 36 milliseconds