Home | History | Annotate | Download | only in arm64

Lines Matching refs:PROTOTYPE

1223   // TODO(rossberg): What if only a prototype is a proxy? Not specified yet.
1729 case ObjectLiteral::Property::PROTOTYPE:
2849 // If a valueOf property is not found on the object check that its prototype
2850 // is the unmodified String prototype. If not result is false.
2851 Register prototype = x1;
2856 __ Ldr(prototype, FieldMemOperand(map, Map::kPrototypeOffset));
2857 __ JumpIfSmi(prototype, if_false);
2858 __ Ldr(proto_map, FieldMemOperand(prototype, HeapObject::kMapOffset));