Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h526 std::pair<std::string, std::string> GetCurrentModuleInfo(bool needRecordName = false);
Decma_vm.cpp887 std::pair<std::string, std::string> EcmaVM::GetCurrentModuleInfo(bool needRecordName) in GetCurrentModuleInfo() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp733 auto [moduleName, fileName] = vm->GetCurrentModuleInfo(false); in LoadNativeModule()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1709 …static std::pair<std::string, std::string> GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName = …
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4149 std::pair<std::string, std::string> JSNApi::GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName) in GetCurrentModuleInfo() function in panda::JSNApi
4152 return vm->GetCurrentModuleInfo(needRecordName); in GetCurrentModuleInfo()
5817 std::pair<std::string, std::string> moduleInfo = vm->GetCurrentModuleInfo(false); in GetModuleNameSpaceFromFile()