Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp142 HWTEST_F_L0(ICHandlerTest, StoreProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h142 …static inline JSHandle<JSTaggedValue> StoreProperty(const JSThread *thread, const ObjectOperator &… in StoreProperty() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp600 GateRef CircuitBuilder::StoreProperty(GateRef receiver, GateRef offset, GateRef value) in StoreProperty() function in panda::ecmascript::kungfu::CircuitBuilder