Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeRelation.cpp39 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo()
64 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo()
89 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo()
Dfunction.cpp685 … lexer::SourcePosition lineInfo, const char *errMsg) in CheckAllCodePathsInNonVoidFunctionReturnOrThrow()
/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/ets2panda/checker/
Dchecker.cpp137 bool Checker::IsTypeIdenticalTo(Type *source, Type *target, const std::string &errMsg, in IsTypeIdenticalTo()
162 bool Checker::IsTypeAssignableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeAssignableTo()
187 bool Checker::IsTypeComparableTo(Type *source, Type *target, const std::string &errMsg, in IsTypeComparableTo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverification.cpp72 std::string errMsg = in CheckExtendFinalClass() local
173 void VerifyResult::AddPragmaVerifyError(const std::string &className, std::string errMsg) in AddPragmaVerifyError()
Dmir_nodes.cpp2008 void AddRuntimeVerifyError(std::string errMsg, VerifyResult &verifyResult) in AddRuntimeVerifyError()
2151 std::string errMsg = (mirType == nullptr ? "nullptr" : mirType->GetName()); in VerifyThrowable() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeRelation.cpp200 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeRelation.cpp162 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_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdparser.cpp388 bool MDParser::EmitError(const std::string &errMsg) in EmitError()
/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.cpp388 …tic LLVMBool RoundTripFinalizeMemory([[maybe_unused]] void *object, [[maybe_unused]] char **errMsg) in RoundTripFinalizeMemory()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp715 std::string errMsg("Type alias name cannot be '"); in ParseTsTypeAliasDeclaration() local
821 std::string errMsg("Interface name cannot be '"); in ValidateTsInterfaceName() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp528 std::string errMsg("Type alias name cannot be '"); in ParseTypeAliasDeclaration() local
DTSparser.cpp193 std::string errMsg("Type alias name cannot be '"); in ParseTypeAliasDeclaration() local