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

Unified Diff: src/builtins.h

Issue 2126603003: [builtins] Migrate ArrayBufferPrototypeByteLength to C++. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add comment with ES6 section Created 4 years, 5 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
« no previous file with comments | « src/bootstrapper.cc ('k') | src/builtins.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins.h
diff --git a/src/builtins.h b/src/builtins.h
index 766bd78bbd555b887066b298ada9c9d377731d19..82dc81607aba8c727b987c5f48cca98bd7e1a8ff 100644
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -54,6 +54,7 @@ class CodeStubAssembler;
\
V(ArrayBufferConstructor, BUILTIN_EXIT) \
V(ArrayBufferConstructor_ConstructStub, BUILTIN_EXIT) \
+ V(ArrayBufferPrototypeGetByteLength, BUILTIN_EXIT) \
V(ArrayBufferIsView, BUILTIN_EXIT) \
\
V(BooleanConstructor, BUILTIN_EXIT) \
« no previous file with comments | « src/bootstrapper.cc ('k') | src/builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698