Home | History | Annotate | Download | only in src

Lines Matching full:objectliteralproperty

1459 class ObjectLiteralProperty V8_FINAL : public ZoneObject {
1469 ObjectLiteralProperty(Literal* key, Expression* value, Isolate* isolate);
1488 ObjectLiteralProperty(bool is_getter, FunctionLiteral* value);
1504 typedef ObjectLiteralProperty Property;