0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
Evan Lucas 24012a879d util: make inspect more reliable
34a35919e1 added pretty printing for
TypedArray, ArrayBuffer, and DataView. This change allows inspecting
those across different contexts.

Since instanceof does not work across contexts, we can use
v8::Value::IsTypedArray, v8::Value::IsArrayBuffer, and
v8::Value::IsDataView

PR-URL: https://github.com/nodejs/node/pull/4098
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-12-02 06:11:45 -06:00
..
abort src: honor --abort_on_uncaught_exception flag 2015-09-17 15:25:25 -05:00
addons test: fix path to module for repl test on Windows 2015-11-15 16:33:11 -08:00
cctest
debugger debugger: introduce exec method for debugger 2015-11-17 12:11:40 -08:00
disabled test: replace deprecated util.debug() calls 2015-09-28 11:15:06 -07:00
fixtures module: fix column offsets in errors 2015-11-20 16:26:24 -05:00
gc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
internet test: eliminate multicast test FreeBSD flakiness 2015-11-30 20:45:38 -08:00
message test: remove flaky status from eval_messages test 2015-10-20 12:16:00 -07:00
parallel util: make inspect more reliable 2015-12-02 06:11:45 -06:00
pummel test: skip/replace weak crypto tests in FIPS mode 2015-11-19 16:31:11 -05:00
sequential module: fix column offsets in errors 2015-11-20 16:26:24 -05:00
testpy test: fix default value for additional param 2015-09-15 19:59:38 +05:30
timers
.eslintrc test: make common.js mandatory via linting rule 2015-10-06 15:11:58 -07:00
common.js test: move ArrayStream to common 2015-11-26 21:16:08 -05:00