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

Unified Diff: src/runtime/runtime.h

Issue 1298603002: [runtime] Unify and fix the strict equality comparison. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 9ff0adae9f0110715409bcd7aafde1691ce8510c..e145b2db0fb151d308b98d5a739d1048a8e3cc59 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -492,7 +492,8 @@ namespace internal {
F(ClassOf, 1, 1) \
F(DefineGetterPropertyUnchecked, 4, 1) \
F(DefineSetterPropertyUnchecked, 4, 1) \
- F(ToObject, 1, 1)
+ F(ToObject, 1, 1) \
+ F(StrictEquals, 2, 1)
#define FOR_EACH_INTRINSIC_OBSERVE(F) \
« src/api.cc ('K') | « src/runtime.js ('k') | src/runtime/runtime-object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698