tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test-JSObject-null.py (151B)


      1 # flake8: noqa: F821
      2 
      3 gdb.execute("set print address on")
      4 
      5 run_fragment("JSObject.null")
      6 
      7 assert_pretty("null", "0x0")
      8 assert_pretty("nullRaw", "0x0")