Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h190 JSTaggedValue FastRuntimeStub::SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTagged… in SetPropertyByName() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h112 JSTaggedValue ObjectFastOperator::SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTag… in SetPropertyByName() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp218 DEF_CALL_SIGNATURE(SetPropertyByName) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp2876 GateRef StubBuilder::SetPropertyByName(GateRef glue, GateRef receiver, GateRef key, GateRef value, … in SetPropertyByName() function in panda::ecmascript::kungfu::StubBuilder