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.h192 JSTaggedValue FastRuntimeStub::SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTagged… in SetPropertyByName() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h415 JSTaggedValue ObjectFastOperator::SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTag… in SetPropertyByName() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp226 DEF_CALL_SIGNATURE(SetPropertyByName) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp4702 GateRef StubBuilder::SetPropertyByName(GateRef glue, GateRef receiver, GateRef key, GateRef value, in SetPropertyByName() function in panda::ecmascript::kungfu::StubBuilder