Files
node/doc/api
Jinho Bang 91c1ccd84f n-api: throw RangeError in napi_create_dataview() with invalid range
The API is required that `byte_length + byte_offset` is less than or
equal to the size in bytes of the array passed in. If not, a RangeError
exception is raised[1].

[1] https://nodejs.org/api/n-api.html#n_api_napi_create_dataview

PR-URL: https://github.com/nodejs/node/pull/17869
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-01-09 16:20:19 -08:00
..
2017-12-21 03:01:02 -03:00
2018-01-03 17:18:30 -08:00
2017-12-28 16:42:46 +01:00
2017-12-07 13:49:21 -08:00
2017-12-18 10:25:43 -05:00
2017-12-12 15:59:29 -05:00
2016-04-20 16:34:27 -07:00
2018-01-07 12:40:02 +01:00
2018-01-03 23:31:34 +00:00
2017-10-31 12:59:12 -07:00
2018-01-03 17:18:30 -08:00
2018-01-03 17:18:30 -08:00
2018-01-03 17:18:30 -08:00
2017-12-15 09:26:12 -08:00
2018-01-03 17:18:30 -08:00
2017-12-13 06:23:23 +01:00