Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h176 JSTaggedValue FastRuntimeStub::GetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTagged… in GetPropertyByName() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h45 JSTaggedValue ObjectFastOperator::GetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTag… in GetPropertyByName() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp318 DEF_CALL_SIGNATURE(GetPropertyByName) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp2162 GateRef StubBuilder::GetPropertyByName(GateRef glue, GateRef receiver, GateRef key) in GetPropertyByName() function in panda::ecmascript::kungfu::StubBuilder