Lines Matching full:accessor
2490 // Accessor for complete descriptor.
3694 // This accessor applies the correct conversion from Smi, HeapNumber and
3723 // This accessor applies the correct conversion from Smi, HeapNumber
3752 // This accessor applies the correct conversion from Smi, HeapNumber
3781 // This accessor applies the correct conversion from Smi, HeapNumber
3810 // This accessor applies the correct conversion from Smi, HeapNumber
3839 // This accessor applies the correct conversion from Smi, HeapNumber
3868 // This accessor applies the correct conversion from Smi, HeapNumber
3897 // This accessor applies the correct conversion from Smi, HeapNumber
3926 // This accessor applies the correct conversion from Smi, HeapNumber
4567 // __proto__ accessor.
4769 // Locate an accessor in the instance descriptor.
5802 // Accessor for this function's initial map's [[class]]
7683 // If the handler defines an accessor property, invoke its setter
8001 // An accessor must have a getter, but can have no setter.
8004 // If an accessor was found and it does not have a setter,
8007 // If the accessor in the prototype has the READ_ONLY property attribute, then
8009 // This shadows the accessor in the prototype.
8061 // accessor can either be
8062 // * a pointer to a JavaScript function or proxy: a real accessor
8063 // * undefined: considered an accessor by the spec, too, strangely enough
8064 // * the hole: an accessor which has not been set
8101 // requires us to consider undefined as a kind of accessor, too: