Home
last modified time | relevance | path

Searched refs:boilerplate_properties (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc460 Node* boilerplate_properties = LoadFastProperties(boilerplate); in EmitCreateShallowObjectLiteral() local
461 GotoIfNot(IsEmptyFixedArray(boilerplate_properties), call_runtime); in EmitCreateShallowObjectLiteral()
/external/v8/src/ast/
Dast.h1405 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/
Dpreparser.h623 const PreParserExpressionList& properties, int boilerplate_properties, in NewObjectLiteral() argument