Home
last modified time | relevance | path

Searched refs:RangeError (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DerrorConstructorSubtypes.ts34 x = RangeError;
35 AssertType(x = RangeError, "RangeErrorConstructor");
37 AssertType(RangeError, "RangeErrorConstructor");
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dexpect_output.txt34 RangeError
37 RangeError: The sum of srcLength and targetOffset is greater than targetLength.
38 RangeError: The sum of srcLength and targetOffset is greater than targetLength.
39 RangeError: The newByteLength is out of range.
/arkcompiler/ets_runtime/test/moduletest/stackoverflow/
Dstackoverflow.js26 if ((e instanceof RangeError)) {
36 if ((e instanceof RangeError)) {
/arkcompiler/ets_runtime/test/moduletest/bigint/
Dexpect_output.txt19 RangeError
22 RangeError
27 RangeError: invalid locale
/arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/
Dasmstackoverflow.js29 if ((e instanceof RangeError)) {
40 if (e instanceof RangeError) {
49 if (error instanceof RangeError) {
/arkcompiler/ets_runtime/test/moduletest/errorcause/
Derrorcause.js25 RangeError,
Dexpect_output.txt16 RangeError test success !!!
/arkcompiler/ets_runtime/test/moduletest/trycatch/
Dexpect_output.txt16 RangeError
/arkcompiler/ets_runtime/test/aottest/exception_case4/
Dexpect_output.txt14 RangeError: Invalid array length
/arkcompiler/ets_runtime/test/moduletest/string/
Dexpect_output.txt20 RangeError: Invalid string length
/arkcompiler/ets_runtime/test/typeinfer/builtins/
Dbuiltins.ts62 let rangeErr = new RangeError();
66 let rangeErr2 = RangeError("RangeError");
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h62 V(RangeError, RANGE_ERROR) \
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js180 …let objects = [Object, Error, AggregateError, EvalError, RangeError, ReferenceError, SyntaxError, …
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp37 using RangeError = builtins::BuiltinsRangeError; typedef
266 JSTaggedValue result = RangeError::RangeErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
301 JSTaggedValue result = RangeError::RangeErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
336 JSTaggedValue result = RangeError::ToString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
367 JSTaggedValue result = RangeError::ToString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts169 declare class RangeError extends Error {
170 constructor(message?: string): RangeError;
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp137 using RangeError = builtins::BuiltinsRangeError; typedef
213 reinterpret_cast<uintptr_t>(RangeError::RangeErrorConstructor),
214 reinterpret_cast<uintptr_t>(RangeError::ToString),
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts47 RangeError, enumerator
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp726 HWTEST_F_L0(JSNApiTests, RangeError) in HWTEST_F_L0() argument
730 Local<JSValueRef> error = Exception::RangeError(vm_, message); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h264 …V(JSTaggedValue, RangeErrorString, RANGE_ERROR_STRING_INDEX, RangeError) …
Dobject_factory.cpp137 using RangeError = builtins::BuiltinsRangeError; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp138 using RangeError = builtins::BuiltinsRangeError; typedef
1192 …ErrorParameter errorParameter{RangeError::RangeErrorConstructor, RangeError::ToString, "RangeError… in InitializeError()
1196 …GeneralUpdateError(&errorParameter, RangeError::RangeErrorConstructor, RangeError::ToString, "Rang… in InitializeError()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h996 static Local<JSValueRef> RangeError(const EcmaVM *vm, Local<StringRef> message);
/arkcompiler/ets_frontend/test262/
DCI_tests.txt71 built-ins/NativeErrors/RangeError/is-error-object.js
72 built-ins/NativeErrors/RangeError/proto.js
73 built-ins/NativeErrors/RangeError/prototype/message.js
74 built-ins/NativeErrors/RangeError/prototype/name.js
75 built-ins/NativeErrors/RangeError/prototype/proto.js
2787 language/statements/class/subclass/builtin-objects/NativeError/RangeError-super.js
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js6454 if (-1 === C.indexOf(e)) throw new RangeError("Invalid status code");
90932 if (42 !== this.getUint16(2)) throw RangeError(G(6020));
91081 throw RangeError(G(6025));
91091 throw RangeError(G(6026));
91113 if (!e.hasBytesPerSample) throw RangeError(G(6025));
91196 throw RangeError(G(6028, _));
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt6261 built-ins/NativeErrors/RangeError/proto-from-ctor-realm.js

12