Home
last modified time | relevance | path

Searched defs:errorMessage (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp97 …std::string errorMessage = "Serialize don't support object type: " + ConvertToStdString(JSHClass::… in CheckObjectCanSerialize() local
110 std::string errorMessage = "Serialize PrepareTransfer fail"; in WriteValue() local
116 std::string errorMessage = "Serialize PrepareClone fail"; in WriteValue() local
135 … std::string errorMessage = "Serialize don't support NativeBindingObject detachNative is nullptr"; in WriteValue() local
173 std::ostringstream errorMessage; in WriteValue() local
358 … std::string errorMessage = "Serialize don't support nativeBindingValue is not JSNativePointer"; in SerializeNativeBindingObject() local
366 std::string errorMessage = "Serialize don't support NativeBindingInfo is nullptr"; in SerializeNativeBindingObject() local
387 std::string errorMessage = "Serialize don't support detached array buffer"; in SerializeJSArrayBufferPrologue() local
399 …std::string errorMessage = "Serialize don't support arraybuffer in both transfer list and clone li… in SerializeJSArrayBufferPrologue() local
408 …std::string errorMessage = "Serialize don't support clone arraybuffer has external allocated buffe… in SerializeJSArrayBufferPrologue() local
[all …]
Dvalue_serializer.h66 void PrintAndRecordErrorMessage(const std::string &errorMessage) in PrintAndRecordErrorMessage()
Dserialize_data.h483 void SetErrorMessage(const std::string &errorMessage) in SetErrorMessage()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlCollator.cpp99 …const auto errorMessage = std::string("Collation '").append(collation).append("' is invalid or not… in StdCoreIntlCollatorLocaleCmp() local
111 … const auto errorMessage = std::string("Failed to create the collator for ").append(localeName); in StdCoreIntlCollatorLocaleCmp() local
DIntlLocaleMatch.cpp214 …const auto errorMessage = std::string("Language tag '").append(locTag).append("' is invalid or not… in GetLocale() local
/arkcompiler/ets_frontend/ets2panda/parser/
DThrowingTypedParser.cpp48 void ThrowingTypedParser::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePositi… in ThrowSyntaxError()
DparserImpl.cpp1362 void ParserImpl::LogSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) in LogSyntaxError()
1367 void ParserImpl::LogSyntaxError(std::string_view const errorMessage) in LogSyntaxError()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dverify_pragma_info.h55 explicit ThrowVerifyErrorPragma(std::string errorMessage) in ThrowVerifyErrorPragma()
/arkcompiler/runtime_core/static_core/libziparchive/tests/
Dlibziparchive_tests.cpp295 std::string errorMessage = OpenArchiveAndCurrentFile(zipfile, filename, myfile, &entry); in UnzipFileCheckTxt() local
343 std::string errorMessage = OpenArchiveAndCurrentFile(zipfile, filename, myfile, &entry); in UnzipFileCheckPandaFile() local
401 std::string errorMessage = OpenArchiveAndCurrentFile(zipfile, filename, myfile, &entry); in UnzipFileCheckInDirectory() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_vm_api.cpp57 std::string errorMessage = paParser.GetErrorString(); in ANI_CreateVM() local
Dani_interaction_api.cpp3519 ani_ref errorMessage = nullptr; in GetErrorDescriptionLines() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.cpp220 auto errorMessage = std::get<1>(result); in EtsMethodCallHandler() local
/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h215 std::string errorMessage; member
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1594 void RegExpParser::ParseError(const char *errorMessage) in ParseError()
1648 void RegExpParser::DoParserStackOverflowCheck(const char *errorMessage) in DoParserStackOverflowCheck()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/error_ops/
Derror_handling_test.cpp172 …ic void CheckErrorDescription(const std::string &errorDescription, const std::string &errorMessage, in CheckErrorDescription()
464 ani_string errorMessage {}; in TEST_F() local
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts555 …const errorMessage = `Failed to open ${path}. Error message: Error: ENOENT: no such file or direct… constant
569 const errorMessage = { constant
1575 const errorMessage = { constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp560 napi_value errorMessage; in CreateJSTypeError() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp1577 void RegExpParser::ParseError(const char *errorMessage) in ParseError()
/arkcompiler/jsvm/interface/kits/
Djsvm_types.h563 const char* errorMessage; member
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp4413 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) … in ThrowSyntaxError()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument