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

Unified Diff: src/runtime/runtime.h

Issue 1139773005: [destructuring] More tests for object literal pattern (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More tests + fixed a bug Created 5 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/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index bd37a68a753aa8182469f5d8eb3f10ae6d064b7d..cc79e8d26dfbd7eba6d83e55d9fbb5b92bb17cce 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -455,7 +455,8 @@ namespace internal {
F(IsStrong, 1, 1) \
F(ClassOf, 1, 1) \
F(DefineGetterPropertyUnchecked, 4, 1) \
- F(DefineSetterPropertyUnchecked, 4, 1)
+ F(DefineSetterPropertyUnchecked, 4, 1) \
+ F(ThrowNonCoercible, 0, 1)
#define FOR_EACH_INTRINSIC_OBSERVE(F) \

Powered by Google App Engine
This is Rietveld 408576698