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.h98 …static inline JSHandle<JSTaggedValue> LoadProperty(const JSThread *thread, const ObjectOperator &o… in LoadProperty() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp588 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef offset) in LoadProperty() function in panda::ecmascript::kungfu::CircuitBuilder