Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_error_utils.cpp35 std::string errMsg; in GetErrorMessage() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_types/
Dcheck_compat_objects.js21 function checkErrorMessage(err, errMsg) { argument
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeRelation.cpp37 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo()
62 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo()
87 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo()
Dfunction.cpp672 … lexer::SourcePosition lineInfo, const char *errMsg) in CheckAllCodePathsInNonVoidFunctionReturnOrThrow()
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp124 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo()
149 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo()
174 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.h280 #define ARRAY_CHECK_SHARED_ARRAY(errMsg) \ argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeRelation.cpp210 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeRelation.cpp161 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp523 …std::string errMsg = "Class `" + className + "` from " + pfileRef.GetFilename() + " compiled with … in CompilePandaFile() local
708 std::string errMsg = "Failed to JIT-compile method: " + name; in CompileJit() local
726 std::string errMsg = "Failed to OSR-compile method: " + name; in CompileOsr() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp664 … lexer::SourcePosition lineInfo, const char *errMsg) in CheckAllCodePathsInNonVoidFunctionReturnOrThrow()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp383 …tic LLVMBool RoundTripFinalizeMemory([[maybe_unused]] void *object, [[maybe_unused]] char **errMsg) in RoundTripFinalizeMemory()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp730 std::string errMsg("Type alias name cannot be '"); in ParseTsTypeAliasDeclaration() local
836 std::string errMsg("Interface name cannot be '"); in ValidateTsInterfaceName() local
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp193 std::string errMsg("Type alias name cannot be '"); in ParseTypeAliasDeclaration() local
DETSparser.cpp854 std::string errMsg("Type alias name cannot be '"); in ParseTypeAliasDeclaration() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp2093 …CString errMsg = "Error store in module " + module->GetEcmaModuleRecordNameString() + ":\n" + msg + in SetExceptionToModule() local