Home
last modified time | relevance | path

Searched refs: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
568 GotoIfNot(IsEmptyFixedArray(boilerplate_properties), call_runtime); in CreateShallowObjectLiteral()
/third_party/node/deps/v8/src/ast/
H A Dast.h1260 uint32_t boilerplate_properties, in ObjectLiteralBoilerplateBuilder()
1263 boilerplate_properties_(boilerplate_properties) { in ObjectLiteralBoilerplateBuilder()
1372 uint32_t boilerplate_properties, int pos, in ObjectLiteral()
1377 builder_(&properties_, boilerplate_properties, has_rest_property) {} in ObjectLiteral()
3030 uint32_t boilerplate_properties, int pos, bool has_rest_property, in NewObjectLiteral()
3032 return zone_->New<ObjectLiteral>(zone_, properties, boilerplate_properties, in NewObjectLiteral()
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 Dpreparser.h568 const PreParserExpressionList& properties, int boilerplate_properties, in NewObjectLiteral()
567 NewObjectLiteral( const PreParserExpressionList& properties, int boilerplate_properties, int pos, bool has_rest_property, Variable* home_object = nullptr) NewObjectLiteral() argument

Completed in 13 milliseconds