Status: New Owner: ---- New issue 1951 by [email protected]: Wrond displaying of js code http://code.google.com/p/v8/issues/detail?id=1951
<script type="text/javascript" >
var name = prompt("Tell us your name", "");
if (name = nan) document.write("Hello Uknown"); else
document.write("Hello" + name);
</script>
instead of hello anonymous when you click on cancel button in prompt window
you getting hello null
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
