Searched refs:FastGetMethod (Results 1 – 2 of 2) sorted by relevance
429 … static JSHandle<JSTaggedValue> FastGetMethod(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
1694 JSHandle<JSTaggedValue> JSObject::FastGetMethod(JSThread *thread, const JSHandle<JSTaggedValue> &ob… in FastGetMethod() function in panda::ecmascript::JSObject2020 …JSHandle<JSTaggedValue> instOfHandler = FastGetMethod(thread, target, vm->GetGlobalEnv()->GetHasIn… in InstanceOf()