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