Chromium Code Reviews

Unified Diff: src/runtime/runtime.h

Issue 2423053002: Install the 'name' property in classes at runtime (Closed)
Patch Set: Move computed property names check to parser and runtime function Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index cde500491573fb1d4d93bd3a51a6754ff41c5f33..8387b8f1d896d9ceefd7676c34357c13d8522d17 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -85,6 +85,7 @@ namespace internal {
F(ThrowIfStaticPrototype, 1, 1) \
F(HomeObjectSymbol, 0, 1) \
F(DefineClass, 4, 1) \
+ F(InstallClassNameAccessor, 2, 1) \
F(LoadFromSuper, 3, 1) \
F(LoadKeyedFromSuper, 3, 1) \
F(StoreToSuper_Strict, 4, 1) \

Powered by Google App Engine