Home
last modified time | relevance | path

Searched refs:GenerateFuncModule (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.h72 JSHandle<JSTaggedValue> GenerateFuncModule(JSThread *thread, const JSPandaFile *jsPandaFile,
Djs_shared_module_manager.cpp251 JSHandle<JSTaggedValue> SharedModuleManager::GenerateFuncModule(JSThread *thread, const JSPandaFile… in GenerateFuncModule() function in panda::ecmascript::SharedModuleManager
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp270 …JSHandle<JSTaggedValue> module = SharedModuleManager::GetInstance()->GenerateFuncModule(thread, js… in DefineFunctionTemplate()
349 …JSHandle<JSTaggedValue> module = SharedModuleManager::GetInstance()->GenerateFuncModule(thread, js… in DefineMethodInLiteral()