Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/
DBasicBlock.ts249 …let errMsg = `More than one branch or return stmts in the block: ${branchStmts.map(value => value.… variable
258 let errMsg = `${branchStmts[0].toString()} not at the end of block.`; variable
DCfg.ts259 let errMsg = `Not found starting block}`; variable
269 let errMsg = `Unreachable blocks: ${Array.from(unreachable) variable
/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_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/linter/arkanalyzer/src/core/common/
DArkError.ts29 errMsg?: string; property
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Ddriver_helper.ts53 const errMsg = withStringResult(global.es2panda._ContextErrorMessage(this._ctx.peer)); constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.h280 #define ARRAY_CHECK_SHARED_ARRAY(errMsg) \ 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/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.cpp204 std::string errMsg = "ASTVerifier found broken invariants."; in DumpMessages() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp724 …std::string errMsg = "Class `" + className + "` from " + pfileRef.GetFilename() + " compiled with … in CompilePandaFile() local
903 std::string errMsg = "Failed to JIT-compile method: " + name; in CompileJit() local
921 std::string errMsg = "Failed to OSR-compile method: " + name; in CompileOsr() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_ArrayBuffer.cpp227 PandaString errMsg = "Unsupported encoding: " + encoding; in EtsArrayBufferToString() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp676 … lexer::SourcePosition lineInfo, const char *errMsg) in CheckAllCodePathsInNonVoidFunctionReturnOrThrow()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp395 …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.cpp195 std::string errMsg("Type alias name cannot be '"); in ParseTypeAliasDeclaration() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp2150 …CString errMsg = "Error store in module " + module->GetEcmaModuleRecordNameString() + ":\n" + msg + in SetExceptionToModule() local