Searched refs:RangeError (Results 1 – 10 of 10) sorted by relevance
398 assert_raise RangeError do497 assert_raise RangeError do512 assert_raise RangeError do521 assert_raise RangeError do530 assert_raise RangeError do533 assert_raise RangeError do539 assert_raise RangeError do542 assert_raise RangeError do599 assert_raise RangeError do777 assert_raise RangeError do[all …]
57 void ErrorThrower::RangeError(const char* format, ...) { in RangeError() function in v8::internal::wasm::ErrorThrower
256 thrower->RangeError("Property value %" PRId64 in GetIntegerProperty()262 thrower->RangeError("Property value %" PRId64 in GetIntegerProperty()416 v8::Local<v8::Value> e = v8::Exception::RangeError( in WebAssemblyTableGrow()455 v8::Exception::RangeError(v8_str(isolate, "index out of bounds")); in WebAssemblyTableGet()498 v8::Exception::RangeError(v8_str(isolate, "index out of bounds")); in WebAssemblyTableSet()
96 PRINTF_FORMAT(2, 3) void RangeError(const char* fmt, ...);
1056 thrower_->RangeError("Out of memory: wasm globals"); in Build()1569 thrower_->RangeError("Out of memory: wasm memory too large"); in AllocateMemory()1576 thrower_->RangeError("Out of memory: wasm memory"); in AllocateMemory()
315 raise( RangeError, message, caller )
643 DECLARE_ERROR(RangeError)
1354 DEFINE_ERROR(RangeError, range_error) in DEFINE_ERROR()
8653 DEFINE_ERROR(RangeError, range_error) in DEFINE_ERROR() argument
5733 static Local<Value> RangeError(Local<String> message);