Home
last modified time | relevance | path

Searched defs:boilerplate_properties (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc566 TNode<HeapObject> boilerplate_properties = in CreateShallowObjectLiteral() local
/third_party/node/deps/v8/src/ast/
H A Dast.h1259 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 Dpreparser.h567 NewObjectLiteral( const PreParserExpressionList& properties, int boilerplate_properties, int pos, bool has_rest_property, Variable* home_object = nullptr) NewObjectLiteral() argument

Completed in 15 milliseconds