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

Unified Diff: src/compiler/linkage.cc

Issue 2814773005: [js] Avoid %_ClassOf for collection builtins. (Closed)
Patch Set: Disable the failing test for CS again. 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
Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index 81c90d011f6e5d428ab875cb3185383f89f8037f..557cf45022cd6c79d6dfc9fcfa277b74cd5b8881 100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -179,6 +179,12 @@ bool Linkage::NeedsFrameStateInput(Runtime::FunctionId function) {
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::kInlineIsJSReceiver:
case Runtime::kInlineIsRegExp:
case Runtime::kInlineIsSmi:

Powered by Google App Engine
This is Rietveld 408576698