Home | History | Annotate | Download | only in src

Lines Matching refs:JSReceiver

2140 CAST_ACCESSOR(JSReceiver)
4528 Object* JSReceiver::GetPrototype() {
4533 bool JSReceiver::HasProperty(String* name) {
4541 bool JSReceiver::HasLocalProperty(String* name) {
4549 PropertyAttributes JSReceiver::GetPropertyAttribute(String* key) {
4566 MaybeObject* JSReceiver::GetIdentityHash(CreationFlag flag) {
4573 bool JSReceiver::HasElement(uint32_t index) {