DescriptionRevert r9612, it hits an assertion under special circumstances.
Problematic code is e.g.:
function typeofViaVariable() {
var foo = typeof({})
return foo === "undefined";
}
Committed: http://code.google.com/p/v8/source/detail?r=9640
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|