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

Unified Diff: src/compiler/linkage.cc

Issue 2860123002: Revert of [js] Avoid %_ClassOf for collection builtins. (Closed)
Patch Set: Created 3 years, 7 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/compiler/js-intrinsic-lowering.cc ('k') | src/debug/debug-evaluate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index dd3d948bcf56f5a505bb78a3f3ed219c6ab36e33..81c90d011f6e5d428ab875cb3185383f89f8037f 100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -179,13 +179,6 @@
case Runtime::kInlineGeneratorGetInputOrDebugPos:
case Runtime::kInlineGeneratorGetResumeMode:
case Runtime::kInlineIsArray:
- case Runtime::kInlineIsJSMap:
- case Runtime::kInlineIsJSSet:
- case Runtime::kInlineIsJSMapIterator:
- case Runtime::kInlineIsJSSetIterator:
- case Runtime::kInlineIsJSWeakMap:
- case Runtime::kInlineIsJSWeakSet:
- case Runtime::kInlineIsJSGlobalProxy:
case Runtime::kInlineIsJSReceiver:
case Runtime::kInlineIsRegExp:
case Runtime::kInlineIsSmi:
« no previous file with comments | « src/compiler/js-intrinsic-lowering.cc ('k') | src/debug/debug-evaluate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698