Sign in
cobalt
/
cobalt
/
71840339e1109efe930df5c60712d91cdcc962a8
/
.
/
src
/
third_party
/
mozjs-45
/
js
/
src
/
gdb
/
tests
/
test-JSObject-null.py
blob: 40721b2e2277629b30adea6d3eb9eed1a5ac13ff [
file
] [
log
] [
blame
]
gdb
.
execute
(
'set print address on'
)
run_fragment
(
'JSObject.null'
)
assert_pretty
(
'null'
,
'0x0'
)
assert_pretty
(
'nullRaw'
,
'0x0'
)