Home
last modified time | relevance | path

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

/external/protobuf/ruby/tests/
Dbasic.rb398 assert_raise RangeError do
497 assert_raise RangeError do
512 assert_raise RangeError do
521 assert_raise RangeError do
530 assert_raise RangeError do
533 assert_raise RangeError do
539 assert_raise RangeError do
542 assert_raise RangeError do
599 assert_raise RangeError do
777 assert_raise RangeError do
[all …]
/external/python/cpython3/Lib/test/
Dtest_normalization.py15 class RangeError(Exception): class
34 raise RangeError
59 except RangeError:
65 except RangeError:
/external/python/cpython2/Lib/test/
Dtest_normalization.py16 class RangeError(Exception): class
35 raise RangeError
58 except RangeError:
64 except RangeError:
/external/v8/src/wasm/
Dwasm-js.cc91 thrower->RangeError(RANGE_ERROR_MSG); in IsCompilationAllowed()
113 thrower->RangeError(RANGE_ERROR_MSG); in IsInstantiationAllowed()
154 thrower->RangeError("buffer source exceeds maximum size of %zu (is %zu)", in GetFirstArgumentAsBytes()
388 thrower->RangeError("Property value %" PRId64 in GetIntegerProperty()
394 thrower->RangeError("Property value %" PRId64 in GetIntegerProperty()
494 thrower.RangeError("could not allocate memory"); in WebAssemblyMemory()
552 thrower.RangeError(new_size64 < old_size ? "trying to shrink table" in WebAssemblyTableGrow()
596 thrower.RangeError("index out of bounds"); in WebAssemblyTableGet()
636 thrower.RangeError("index out of bounds"); in WebAssemblyTableSet()
683 thrower.RangeError(new_size64 < old_size ? "trying to shrink memory" in WebAssemblyMemoryGrow()
[all …]
Dwasm-result.cc57 void ErrorThrower::RangeError(const char* format, ...) { in RangeError() function in v8::internal::wasm::ErrorThrower
Dwasm-result.h96 PRINTF_FORMAT(2, 3) void RangeError(const char* fmt, ...);
Dwasm-module.cc1067 thrower_->RangeError("Out of memory: wasm globals"); in Build()
1704 thrower_->RangeError("Out of memory: wasm memory too large"); in AllocateMemory()
1712 thrower_->RangeError("Out of memory: wasm memory"); in AllocateMemory()
2561 thrower->RangeError("out of memory allocating custom section data"); in GetCustomSections()
/external/pdfium/testing/resources/javascript/
Darray_buffer_expected.txt5 Alert: Caught error RangeError: Array buffer allocation failed
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb315 raise( RangeError, message, caller )
/external/v8/src/
Dfactory.h677 DECLARE_ERROR(RangeError)
Dfactory.cc1402 DEFINE_ERROR(RangeError, range_error) in DEFINE_ERROR()
Dapi.cc8930 DEFINE_ERROR(RangeError, range_error) in DEFINE_ERROR() argument
/external/v8/include/
Dv8.h5770 static Local<Value> RangeError(Local<String> message);