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

Unified Diff: src/debug/debug-evaluate.cc

Issue 2814773005: [js] Avoid %_ClassOf for collection builtins. (Closed)
Patch Set: Make debug-evaluate happy. Created 3 years, 8 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/debug/debug-evaluate.cc
diff --git a/src/debug/debug-evaluate.cc b/src/debug/debug-evaluate.cc
index 8ac0a4c11d1b02a0def650e565efabce602c4444..849c20258d48648adc80d3ade5f1473f53618bef 100644
--- a/src/debug/debug-evaluate.cc
+++ b/src/debug/debug-evaluate.cc
@@ -274,6 +274,13 @@ bool IntrinsicHasNoSideEffect(Runtime::FunctionId id) {
V(IsFunction) \
V(IsDate) \
V(IsJSProxy) \
+ V(IsJSGlobalProxy) \
+ V(IsJSMap) \
+ V(IsJSSet) \
+ V(IsJSMapIterator) \
+ V(IsJSSetIterator) \
+ V(IsJSWeakMap) \
+ V(IsJSWeakSet) \
V(IsRegExp) \
V(IsTypedArray) \
V(ClassOf) \

Powered by Google App Engine
This is Rietveld 408576698