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.h197 JSTaggedValue FastRuntimeStub::SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in SetPropertyByIndex() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h280 JSTaggedValue ObjectFastOperator::SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint… in SetPropertyByIndex() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp455 DEF_CALL_SIGNATURE(SetPropertyByIndex) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp2710 GateRef StubBuilder::SetPropertyByIndex( in SetPropertyByIndex() function in panda::ecmascript::kungfu::StubBuilder