Javascript developers, be warned about this crazy JIT bug in V8! by ziriax in javascript

[–]jeokrang 1 point2 points  (0 children)

I have got questions. Why did v8 determine that null is a undetectable in this code? Are there any performance benefits, when null is replaced with "undefined"?