Searched defs:GetPropertyByIndex (Results 1 – 4 of 4) sorted by relevance
172 JSTaggedValue FastRuntimeStub::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in GetPropertyByIndex() function
224 JSTaggedValue ObjectFastOperator::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint… in GetPropertyByIndex() function
439 DEF_CALL_SIGNATURE(GetPropertyByIndex) in DEF_CALL_SIGNATURE() argument
2182 GateRef StubBuilder::GetPropertyByIndex(GateRef glue, GateRef receiver, GateRef index, ProfileOpera… in GetPropertyByIndex() function in panda::ecmascript::kungfu::StubBuilder