Searched refs:errorCode (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_errors.cpp | 19 JSTaggedValue ContainerError::BusinessError(JSThread *thread, int32_t errorCode, const char *msg) in BusinessError() argument 23 JSHandle<JSTaggedValue> code(thread, JSTaggedValue(errorCode)); in BusinessError()
|
D | containers_errors.h | 33 static JSTaggedValue BusinessError(JSThread *thread, int32_t errorCode, const char *msg);
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_string.cpp | 755 UErrorCode errorCode = U_ZERO_ERROR; in Normalize() local 758 icu::Normalizer::normalize(src, uForm, option, res, errorCode); in Normalize()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …errorCode));return e.flatMap(i,(function(r){return e.map(r.getCodeActions(t),function(t,r){for(var… property
|