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

Unified Diff: src/runtime/runtime.h

Issue 2606833002: [ESnext] Implement Object spread (Closed)
Patch Set: more tests Created 3 years, 11 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 ffa69a215faa5828e915ab6b9664c59b8df6319e..6e0ee57deb63e1a1d9dcb8f5caafe7cbb20ffff0 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -416,6 +416,7 @@ namespace internal {
F(ValueOf, 1, 1) \
F(IsJSReceiver, 1, 1) \
F(ClassOf, 1, 1) \
+ F(CopyDataProperties, 2, 1) \
F(DefineGetterPropertyUnchecked, 4, 1) \
F(DefineSetterPropertyUnchecked, 4, 1) \
F(ToObject, 1, 1) \

Powered by Google App Engine
This is Rietveld 408576698