Searched refs:boilerplate_properties (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-constructor-gen.cc | 460 Node* boilerplate_properties = LoadFastProperties(boilerplate); in EmitCreateShallowObjectLiteral() local 461 GotoIfNot(IsEmptyFixedArray(boilerplate_properties), call_runtime); in EmitCreateShallowObjectLiteral()
|
/external/v8/src/ast/ |
D | ast.h | 1405 uint32_t boilerplate_properties, int pos, in ObjectLiteral() argument 1408 boilerplate_properties_(boilerplate_properties), in ObjectLiteral() 3021 uint32_t boilerplate_properties, int pos, bool has_rest_property) { in NewObjectLiteral() argument 3022 return new (zone_) ObjectLiteral(properties, boilerplate_properties, pos, in NewObjectLiteral()
|
/external/v8/src/parsing/ |
D | preparser.h | 623 const PreParserExpressionList& properties, int boilerplate_properties, in NewObjectLiteral() argument
|