v8/test/mjsunit/tools
Milad Farazmand ee13cd3ebc [foozzie] Use Uint16Array to detect endianness
Converting from Uint32Array to Uint8Array will have"0"
set as the first byte on BE machines:
[0,0,AB,CD]
Using Uint16Array will produce the correct result:
[AB,CD]

Change-Id: I9069f14c60a088a52af6d287c88be4ad437ee04d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2064528
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#66357}
2020-02-19 21:43:18 +00:00
..
codemap.js
compiler-trace-flags-wasm.js
compiler-trace-flags.js
consarray.js
csvparser.js
dumpcpp.js
foozzie_archs.js
foozzie_webassembly.js
foozzie.js [foozzie] Use Uint16Array to detect endianness 2020-02-19 21:43:18 +00:00
profile_view.js
profile.js
profviz-test.default
profviz-test.log
profviz.js
splaytree.js
tickprocessor-test-func-info.log
tickprocessor-test.default
tickprocessor-test.func-info
tickprocessor-test.gc-state
tickprocessor-test.ignore-unknown
tickprocessor-test.log
tickprocessor-test.only-summary
tickprocessor-test.separate-ic
tickprocessor.js
trace-ic.js