Skip to content

Instantly share code, notes, and snippets.

@mraleph
Created December 25, 2011 00:41
Show Gist options
  • Save mraleph/1518569 to your computer and use it in GitHub Desktop.
Save mraleph/1518569 to your computer and use it in GitHub Desktop.
typeof null on v8
mraleph@whitestar|~/src/v8/% ./d8 [svn|bleeding_edge-10247]
V8 version 3.7.4 (candidate) [console: dumb]
d8> typeof null
object
d8> ^C
mraleph@whitestar|~/src/v8/% ./d8 --harmony [svn|bleeding_edge-10247]
V8 version 3.7.4 (candidate) [console: dumb]
d8> typeof null
null
d8> ^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment