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

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

Completed in 224 milliseconds