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

Unified Diff: src/js/prologue.js

Issue 1553043002: [builtins] Migrate a bunch of Object builtins to C++. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 12 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
« no previous file with comments | « src/js/object-observe.js ('k') | src/js/templates.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index 6a037e01cbf7a96e6969f25886cd96c518b39340..12d3f1f2503f4e416cb101d0e9ed551eddf9f8be 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -196,7 +196,6 @@ function PostNatives(utils) {
"MathMin",
"MaxSimple",
"MinSimple",
- "ObjectIsFrozen",
"ObjectDefineProperty",
"ObserveArrayMethods",
"ObserveObjectMethods",
@@ -214,6 +213,9 @@ function PostNatives(utils) {
"iterator_symbol",
"promise_status_symbol",
"promise_value_symbol",
+ "object_freeze",
+ "object_is_frozen",
+ "object_is_sealed",
"reflect_apply",
"reflect_construct",
"regexp_flags_symbol",
« no previous file with comments | « src/js/object-observe.js ('k') | src/js/templates.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698