Revision: 18939
Author: [email protected]
Date: Thu Jan 30 12:00:52 2014 UTC
Log: The uninitialized value is immortal immovable.
[email protected]
Review URL: https://codereview.chromium.org/137953008
http://code.google.com/p/v8/source/detail?r=18939
Modified:
/branches/bleeding_edge/src/hydrogen-instructions.h
=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.h Thu Jan 30 11:30:38
2014 UTC
+++ /branches/bleeding_edge/src/hydrogen-instructions.h Thu Jan 30 12:00:52
2014 UTC
@@ -3410,6 +3410,7 @@
ASSERT(!object_.IsKnownGlobal(heap->nan_value()));
return
object_.IsKnownGlobal(heap->undefined_value()) ||
+ object_.IsKnownGlobal(heap->uninitialized_value()) ||
object_.IsKnownGlobal(heap->null_value()) ||
object_.IsKnownGlobal(heap->true_value()) ||
object_.IsKnownGlobal(heap->false_value()) ||
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.