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

  /external/chromium_org/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...]
ast.h     [all...]

Completed in 182 milliseconds