Home | History | Annotate | Download | only in src

Lines Matching refs:ObjectLiteral

220 bool ObjectLiteral::Property::IsCompileTimeValue() {
227 void ObjectLiteral::Property::set_emit_store(bool emit_store) {
232 bool ObjectLiteral::Property::emit_store() {
264 void ObjectLiteral::CalculateEmitStore(Zone* zone) {
270 ObjectLiteral::Property* property = properties()->at(i);
276 if ((property->kind() == ObjectLiteral::Property::MATERIALIZED_LITERAL ||
277 property->kind() == ObjectLiteral::Property::COMPUTED) &&
692 void ObjectLiteral::Property::RecordTypeFeedback(TypeFeedbackOracle* oracle) {
1118 REGULAR_NODE(ObjectLiteral)