Searched defs:boilerplate_properties (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-constructor-gen.cc | 566 TNode<HeapObject> boilerplate_properties = in CreateShallowObjectLiteral() local
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 1259 ObjectLiteralBoilerplateBuilder(ZoneList<Property*>* properties, uint32_t boilerplate_properties, bool has_rest_property) ObjectLiteralBoilerplateBuilder() argument 1371 ObjectLiteral(Zone* zone, const ScopedPtrList<Property>& properties, uint32_t boilerplate_properties, int pos, bool has_rest_property, Variable* home_object) ObjectLiteral() argument 3028 NewObjectLiteral( const ScopedPtrList<ObjectLiteral::Property>& properties, uint32_t boilerplate_properties, int pos, bool has_rest_property, Variable* home_object = nullptr) NewObjectLiteral() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparser.h | 567 NewObjectLiteral( const PreParserExpressionList& properties, int boilerplate_properties, int pos, bool has_rest_property, Variable* home_object = nullptr) NewObjectLiteral() argument
|
Completed in 15 milliseconds