• Home
  • Raw
  • Download

Lines Matching full:getmethod

63     // 5. Let trap be GetMethod(handler, "getPrototypeOf").  in GetPrototype()
65 JSHandle<JSTaggedValue> trap = JSObject::GetMethod(thread, handler, name); in GetPrototype()
124 // 6. Let trap be GetMethod(handler, "setPrototypeOf"). in SetPrototype()
126 …JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, JSHandle<JSTaggedValue>(thread, handler),… in SetPrototype()
184 // 5. Let trap be GetMethod(handler, "isExtensible"). in IsExtensible()
186 …JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, JSHandle<JSTaggedValue>(thread, handler),… in IsExtensible()
226 // 5. Let trap be GetMethod(handler, "preventExtensions"). in PreventExtensions()
239 …JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, JSHandle<JSTaggedValue>(thread, handler),… in PreventExtensions()
278 // 6. Let trap be GetMethod(handler, "getOwnPropertyDescriptor"). in GetOwnProperty()
292 …JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, JSHandle<JSTaggedValue>(thread, handler),… in GetOwnProperty()
388 …JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, JSHandle<JSTaggedValue>(thread, handler),… in DefineOwnProperty()
476 …JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, JSHandle<JSTaggedValue>(thread, handler),… in HasProperty()
537 …JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, JSHandle<JSTaggedValue>(thread, handler),… in GetProperty()
609 …JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, JSHandle<JSTaggedValue>(thread, handler),… in SetProperty()
668 …JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, JSHandle<JSTaggedValue>(thread, handler),… in DeleteProperty()
726 // 5.Let trap be GetMethod(handler, "ownKeys"). in OwnPropertyKeys()
729 JSHandle<JSTaggedValue> trap(JSObject::GetMethod(thread, handlerHandle, key)); in OwnPropertyKeys()
877 // 5.Let trap be GetMethod(handler, "apply"). in CallInternal()
879 JSHandle<JSTaggedValue> method = JSObject::GetMethod(thread, handler, key); in CallInternal()
930 // 5.Let trap be GetMethod(handler, "construct"). in ConstructInternal()
932 JSHandle<JSTaggedValue> method = JSObject::GetMethod(thread, handler, key); in ConstructInternal()