Home
last modified time | relevance | path

Searched refs:NewStoreTSHandler (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h325 JSHandle<StoreTSHandler> handler = factory->NewStoreTSHandler(); in StoreAOT()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h216 JSHandle<StoreTSHandler> NewStoreTSHandler();
Dobject_factory.cpp3055 JSHandle<StoreTSHandler> ObjectFactory::NewStoreTSHandler() in NewStoreTSHandler() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp864 JSHandle<StoreTSHandler> storeTSHandler = factory->NewStoreTSHandler(); in HWTEST_F_L0()