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

Unified Diff: src/builtins.h

Issue 606017: Introduce builtin for Array.shift function. (Closed)
Patch Set: Next round of Mads' comments Created 10 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/builtins.h
diff --git a/src/builtins.h b/src/builtins.h
index 9df6ef8275e891adfe3f9e4e75619e3d329c405b..a008285f500e05ca4a631f1b062d4b4394c1f9a6 100644
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -48,6 +48,7 @@ enum BuiltinExtraArguments {
\
V(ArrayPush, NO_EXTRA_ARGUMENTS) \
V(ArrayPop, NO_EXTRA_ARGUMENTS) \
+ V(ArrayShift, NO_EXTRA_ARGUMENTS) \
\
V(HandleApiCall, NEEDS_CALLED_FUNCTION) \
V(FastHandleApiCall, NO_EXTRA_ARGUMENTS) \
« no previous file with comments | « src/bootstrapper.cc ('k') | src/builtins.cc » ('j') | test/mjsunit/array-shift.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698