Home
last modified time | relevance | path

Searched defs:GetPropertyByIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h164 JSTaggedValue FastRuntimeStub::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in GetPropertyByIndex() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h228 JSTaggedValue ObjectFastOperator::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint… in GetPropertyByIndex() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp417 DEF_CALL_SIGNATURE(GetPropertyByIndex) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp1957 GateRef StubBuilder::GetPropertyByIndex(GateRef glue, GateRef receiver, GateRef index) in GetPropertyByIndex() function in panda::ecmascript::kungfu::StubBuilder