Home
last modified time | relevance | path

Searched refs:NewStarExportEntry (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
H A Dmodule_data_accessor.cpp236 JSHandle<StarExportEntry> starExportEntry = factory->NewStarExportEntry(moduleRequest, sharedType); in EnumerateStarExportEntry()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h687 JSHandle<StarExportEntry> NewStarExportEntry();
688 JSHandle<StarExportEntry> NewStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest,
H A Dobject_factory.cpp4676 JSHandle<StarExportEntry> ObjectFactory::NewStarExportEntry() in NewStarExportEntry() function in panda::ecmascript::ObjectFactory
4679 return NewStarExportEntry(defautValue, SharedTypes::UNSENDABLE_MODULE); in NewStarExportEntry()
4682 JSHandle<StarExportEntry> ObjectFactory::NewStarExportEntry(const JSHandle<JSTaggedValue> &moduleRequest, in NewStarExportEntry() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp1469 JSHandle<StarExportEntry> starExportEntry = factory->NewStarExportEntry(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp178 JSHandle<StarExportEntry> starExportEntry1 = objectFactory->NewStarExportEntry(); in HWTEST_F_L0()
180 JSHandle<StarExportEntry> starExportEntry2 = objectFactory->NewStarExportEntry(); in HWTEST_F_L0()

Completed in 29 milliseconds