Home
last modified time | relevance | path

Searched defs:LoadProperty (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp75 HWTEST_F_L0(ICHandlerTest, LoadProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h100 …static inline JSHandle<JSTaggedValue> LoadProperty(const JSThread *thread, const ObjectOperator &o… in LoadProperty() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1145 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunctio… in LoadProperty() function in panda::ecmascript::kungfu::CircuitBuilder