Home
last modified time | relevance | path

Searched refs:GetModuleNameSpaceFromFile (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h96 JSHandle<JSTaggedValue> GetModuleNameSpaceFromFile(
Djs_module_manager.cpp862 JSHandle<JSTaggedValue> ModuleManager::GetModuleNameSpaceFromFile( in GetModuleNameSpaceFromFile() function in panda::ecmascript::ModuleManager
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp410 HWTEST_F_L0(EcmaModuleTest, GetModuleNameSpaceFromFile) in HWTEST_F_L0() argument
418 …JSHandle<JSTaggedValue> res2 = moduleManager->GetModuleNameSpaceFromFile(thread, recordName2, base… in HWTEST_F_L0()
422 …JSHandle<JSTaggedValue> res1 = moduleManager->GetModuleNameSpaceFromFile(thread, recordName1, base… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1573 static Local<ObjectRef> GetModuleNameSpaceFromFile(EcmaVM *vm, const std::string &file,
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5805 Local<ObjectRef> JSNApi::GetModuleNameSpaceFromFile(EcmaVM *vm, const std::string &file, const std:… in GetModuleNameSpaceFromFile() function in panda::JSNApi
5830 GetModuleNameSpaceFromFile(thread, recordNameStr, abcFilePath); in GetModuleNameSpaceFromFile()
5844 return GetModuleNameSpaceFromFile(vm, fileName, module_path); in GetModuleNameSpaceWithModuleInfo()