Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: src/objects.h

Issue 132963012: Pretenure call new support. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Comment response. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index bb98576eaff4464640b90cd20eeb28ee1d2309d9..aa4f46c7158b4529ff024ef52aedd3586b57ef60 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1171,6 +1171,8 @@ class MaybeObject BASE_EMBEDDED {
V(kExpectedFixedArrayInRegisterRbx, \
"Expected fixed array in register rbx") \
V(kExpectedSmiOrHeapNumber, "Expected smi or HeapNumber") \
+ V(kExpectedUndefinedOrCell, \
+ "Expected undefined or cell in register") \
V(kExpectingAlignmentForCopyBytes, \
"Expecting alignment for CopyBytes") \
V(kExportDeclaration, "Export declaration") \

Powered by Google App Engine
This is Rietveld 408576698