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

Unified Diff: src/builtins.h

Issue 2137203002: [intrinsics] Remove obsolete intrinsics. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Really nuke TO_NAME. 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 4e2e45f05af459d5f956c1123a13ecb77126721c..76e0df3ed9a2bf4b3e47e75eef0f1218f81330b6 100644
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -145,6 +145,7 @@ class CodeStubAssembler;
V(ObjectLookupGetter, BUILTIN_EXIT) \
V(ObjectLookupSetter, BUILTIN_EXIT) \
V(ObjectPreventExtensions, BUILTIN_EXIT) \
+ V(ObjectPrototypePropertyIsEnumerable, BUILTIN_EXIT) \
V(ObjectProtoToString, BUILTIN_EXIT) \
V(ObjectSeal, BUILTIN_EXIT) \
V(ObjectValues, 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