Home | History | Annotate | Download | only in src

Lines Matching refs:ObjectLiteral

174 ObjectLiteral::Property::Property(Literal* key,
194 ObjectLiteral::Property::Property(bool is_getter, FunctionLiteral* value) {
201 bool ObjectLiteral::Property::IsCompileTimeValue() {
208 void ObjectLiteral::Property::set_emit_store(bool emit_store) {
213 bool ObjectLiteral::Property::emit_store() {
245 void ObjectLiteral::CalculateEmitStore() {
248 ObjectLiteral::Property* property = properties()->at(i);
254 if (property->kind() == ObjectLiteral::Property::COMPUTED &&
608 void ObjectLiteral::Property::RecordTypeFeedback(TypeFeedbackOracle* oracle) {
1019 INCREASE_NODE_COUNT(ObjectLiteral)