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.h172 JSTaggedValue FastRuntimeStub::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in GetPropertyByIndex() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h224 JSTaggedValue ObjectFastOperator::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint… in GetPropertyByIndex() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp439 DEF_CALL_SIGNATURE(GetPropertyByIndex) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp2182 GateRef StubBuilder::GetPropertyByIndex(GateRef glue, GateRef receiver, GateRef index, ProfileOpera… in GetPropertyByIndex() function in panda::ecmascript::kungfu::StubBuilder