Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp764 std::pair<std::string, std::string> EcmaVM::GetCurrentModuleInfo(bool needRecordName) in GetCurrentModuleInfo() argument
770 if (needRecordName) { in GetCurrentModuleInfo()
Decma_vm.h455 std::pair<std::string, std::string> GetCurrentModuleInfo(bool needRecordName = false);
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1304 …static std::pair<std::string, std::string> GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName = …
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2679 std::pair<std::string, std::string> JSNApi::GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName) in GetCurrentModuleInfo() argument
2681 return vm->GetCurrentModuleInfo(needRecordName); in GetCurrentModuleInfo()