Lines Matching refs:GetMethod
972 Object::GetMethod(Handle<JSReceiver>::cast(callable),
1001 MaybeHandle<Object> Object::GetMethod(Handle<JSReceiver> receiver,
1208 // 6. Let trap be ? GetMethod(handler, "get").
1212 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name), Object);
1359 // 5. Let trap be ? GetMethod(handler, "getPrototypeOf").
1362 Object::GetMethod(handler, trap_name), HeapObject);
3072 // 6. Let trap be ? GetMethod(handler, "has").
3076 Object::GetMethod(Handle<JSReceiver>::cast(handler),
3148 isolate, trap, Object::GetMethod(handler, trap_name), Nothing<bool>());
3199 isolate, trap, Object::GetMethod(handler, trap_name), Nothing<bool>());
3504 // 6. Let trap be ? GetMethod(handler, "defineProperty").
3508 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name),
3674 // 6. Let trap be ? GetMethod(handler, "getOwnPropertyDescriptor").
3678 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name),
3796 isolate, trap, Object::GetMethod(handler, trap_name), Nothing<bool>());
3840 isolate, trap, Object::GetMethod(handler, trap_name), Nothing<bool>());
5191 // 6. Let trap be ? GetMethod(handler, "getPrototypeOf").
5195 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name),