Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Ddiagnostic_test.cpp31 int const errorCode = 404; in TEST_F() local
48 int const errorCode = 404; in TEST_F() local
67 int const errorCode = 200; in TEST_F() local
86 int const errorCode = 400; in TEST_F() local
106 int const errorCode = 400; in TEST_F() local
135 int const errorCode = 400; in TEST_F() local
167 int const errorCode = 400; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_errors.cpp19 JSTaggedValue ContainerError::BusinessError(JSThread *thread, int32_t errorCode, const char *msg) in BusinessError()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp182 UErrorCode errorCode = U_ZERO_ERROR; in StringNormalize() local
197 UErrorCode errorCode = U_ZERO_ERROR; in StdCoreStringNormalizeNFC() local
209 UErrorCode errorCode = U_ZERO_ERROR; in StdCoreStringNormalizeNFD() local
221 UErrorCode errorCode = U_ZERO_ERROR; in StdCoreStringNormalizeNFKC() local
233 UErrorCode errorCode = U_ZERO_ERROR; in StdCoreStringNormalizeNFKD() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp131 std::error_code errorCode; in WriteTo() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_stringdecoder.cpp114 UErrorCode errorCode = U_ZERO_ERROR; in End() local
/arkcompiler/ets_frontend/ets2panda/lsp/include/code_fixes/
Dcode_fix_types.h82 int errorCode = 0; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp558 napi_value errorCode; in CreateJSTypeError() local
/arkcompiler/jsvm/interface/kits/
Djsvm_types.h569 JSVM_Status errorCode; member
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinternal_api.cpp766 for (auto errorCode : errorCodes) { in GetCodeFixesAtPositionImpl() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1693 const OverrideErrorCode &errorCode) in ReportOverrideError()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp938 UErrorCode errorCode = U_ZERO_ERROR; in Normalize() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument