Home
last modified time | relevance | path

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

12

/external/v8/test/mjsunit/regress/
Dregress-1215653.js35 assertTrue(e instanceof RangeError);
/external/v8/test/mjsunit/
Dclass-of-builtins.js39 Error: [ Error, TypeError, RangeError, SyntaxError, ReferenceError, EvalError, URIError ]
Dmirror-error.js90 testErrorMirror(new RangeError('RangeError'));
Dlength.js48 assertEquals(1, RangeError.length, "RangeError.length");
Dstack-traces.js170 Nasty.prototype.foo = function () { throw new RangeError(); };
Darray-unshift.js200 assertTrue(e instanceof RangeError);
Darray-splice.js363 assertTrue(e instanceof RangeError);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8ArrayBufferCustom.cpp70 …return throwError("ArrayBuffer size is not a small enough positive integer.", V8Proxy::RangeError); in constructorCallback()
DV8ArrayBufferViewCustom.h58 …ayBuffer length minus the byteOffset is not a multiple of the element size.", V8Proxy::RangeError); in constructWebGLArrayWithArrayBufferArgument()
147 …rn throwError("ArrayBufferView size is not a small enough positive integer.", V8Proxy::RangeError); in constructWebGLArray()
DV8SQLResultSetRowListCustom.cpp60 V8Proxy::throwError(V8Proxy::RangeError, "Item index is out of range."); in itemCallback()
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Number/
D15.7.4.6-1.js110 if (obj instanceof RangeError)
D15.7.4.7-1.js115 if (obj instanceof RangeError)
D15.7.4.5-1.js121 if (obj instanceof RangeError)
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
Dregress-123002.js81 var errObjects = [new Error(), new EvalError(), new RangeError(),
/external/v8/test/test262/
Dtest262.status39 # 15.9.5.43-0-9 and 15.9.5.43-0-10. V8 doesn't throw RangeError
208 # 'O', test that RangeError exception is thrown when [[Value]] field of
223 # 'O', test RangeError exception is not thrown when the [[Value]] field of
227 # 'O', test RangeError exception is not thrown when the [[Value]] field of
231 # 'O', test RangeError exception is not thrown when the [[Value]] field of
235 # 'O', test RangeError exception is not thrown when the [[Value]] field of
239 # 'O', test RangeError exception is thrown when the [[Value]] field of
243 # 'O', test RangeError exception is thrown when the [[Value]] field of
247 # 'O', test RangeError exception is thrown when the [[Value]] field of
251 # 'O', test RangeError exception is thrown when the [[Value]] field of
[all …]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
Dclass-004.js58 actual = getJSClass(RangeError);
Dclass-003.js59 actual = getJSClass(new RangeError());
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/
Dregress-96284-001.js62 obj1 = RangeError(cnTestString);
Dregress-96284-002.js62 obj1 = RangeError(cnTestString);
/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.h128 RangeError, enumerator
DV8Proxy.cpp728 case RangeError: in throwError()
729 return v8::ThrowException(v8::Exception::RangeError(v8String(message))); in throwError()
/external/v8/src/
Dmessages.js1040 DefineError(function RangeError() { }); class
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
Djsunittest.js31 if (e instanceof RangeError) return '...';
/external/v8/include/
Dv8.h2434 static Local<Value> RangeError(Handle<String> message);
/external/v8/test/mozilla/
Dmozilla.status618 # Marked as: Will not fix. V8 throws an acceptable RangeError.

12