Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmodule_data_extractor.h42 static JSHandle<JSTaggedValue> ParseNativeModule(JSThread *thread,
Dmodule_data_extractor.cpp127 JSHandle<JSTaggedValue> ModuleDataExtractor::ParseNativeModule(JSThread *thread, in ParseNativeModule() function in panda::ecmascript::ModuleDataExtractor
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp448 JSHandle<JSTaggedValue> moduleRecord = ModuleDataExtractor::ParseNativeModule(thread, in ResolveNativeModule()