Home
last modified time | relevance | path

Searched refs:needRecordName (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp879 * if needRecordName then fileName is: moduleName/ets/modules.abc
881 std::pair<std::string, std::string> EcmaVM::GetCurrentModuleInfo(bool needRecordName)
888 if (needRecordName) {
H A Decma_vm.h527 std::pair<std::string, std::string> GetCurrentModuleInfo(bool needRecordName = false);
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1723 static std::pair<std::string, std::string> GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName = false);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4222 std::pair<std::string, std::string> JSNApi::GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName) in GetCurrentModuleInfo() argument
4225 return vm->GetCurrentModuleInfo(needRecordName); in GetCurrentModuleInfo()

Completed in 17 milliseconds