mozjs_sys 0.67.1

System crate for the Mozilla SpiderMonkey JavaScript engine.
1
2
3
4
5
6
7
8
# flake8: noqa: F821

gdb.execute('set print address on')

run_fragment('JSObject.null')

assert_pretty('null', '0x0')
assert_pretty('nullRaw', '0x0')