Home
last modified time | relevance | path

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

/external/v8/src/
Dast.cc194 ObjectLiteralProperty::ObjectLiteralProperty(Zone* zone, bool is_getter, in ObjectLiteralProperty() argument
199 kind_ = is_getter ? GETTER : SETTER; in ObjectLiteralProperty()
Dast.h1483 ObjectLiteralProperty(Zone* zone, bool is_getter, FunctionLiteral* value,
3343 ObjectLiteral::Property* NewObjectLiteralProperty(bool is_getter, in NewObjectLiteralProperty() argument
3347 new (zone_) ObjectLiteral::Property(zone_, is_getter, value, is_static); in NewObjectLiteralProperty()
Dpreparser.h993 PreParserExpression NewObjectLiteralProperty(bool is_getter, in NewObjectLiteralProperty() argument