Searched refs:TryFindKeyInPrototypeChain (Results 1 – 2 of 2) sorted by relevance
90 …JSTaggedValue TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTaggedValue ke…
1212 JSTaggedValue foundHClass = TryFindKeyInPrototypeChain(object, hclass, key); in DumpInstanceof()1665 JSTaggedValue PGOProfiler::TryFindKeyInPrototypeChain(TaggedObject *currObj, JSHClass *currHC, JSTa… in TryFindKeyInPrototypeChain() function in panda::ecmascript::pgo::PGOProfiler