Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.h42 …static JSHandle<JSTaggedValue> ParseNativeModule(JSThread *thread, const CString &moduleRequestNam…
Dmodule_data_extractor.cpp130 JSHandle<JSTaggedValue> ModuleDataExtractor::ParseNativeModule(JSThread *thread, const CString &mod… in ParseNativeModule() function in panda::ecmascript::ModuleDataExtractor
Djs_module_manager.cpp504 JSHandle<JSTaggedValue> moduleRecord = ModuleDataExtractor::ParseNativeModule(thread, in ResolveNativeModule()