Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h199 JSTaggedValue FastRuntimeStub::SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in SetPropertyByIndex() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h365 JSTaggedValue ObjectFastOperator::SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint… in SetPropertyByIndex() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp572 DEF_CALL_SIGNATURE(SetPropertyByIndex) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp3339 GateRef StubBuilder::SetPropertyByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef valu… in SetPropertyByIndex() function in panda::ecmascript::kungfu::StubBuilder