Home | History | Annotate | Download | only in x64

Lines Matching refs:ObjectLiteral

2409 void CodeGenerator::VisitObjectLiteral(ObjectLiteral* node) {
2410 Comment cmnt(masm_, "[ ObjectLiteral");
2437 ObjectLiteral::Property* property = node->properties()->at(i);
2439 case ObjectLiteral::Property::CONSTANT:
2441 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
2444 case ObjectLiteral::Property::COMPUTED: {
2456 case ObjectLiteral::Property::PROTOTYPE: {
2465 case ObjectLiteral::Property::SETTER: {
2475 case ObjectLiteral::Property::GETTER: {