Chromium Code Reviews

Unified Diff: src/js/array.js

Issue 2010533002: [json] support replacer function in BasicJsonStringifier. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@jsonproplist
Patch Set: fix Created 4 years, 7 months 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/js/array.js
diff --git a/src/js/array.js b/src/js/array.js
index 0a77b23ca356b69dceb9ae1acb9f1cbbf2ffa369..3e8af8664edbb0e14f491679e1ad6111ae3abef9 100644
--- a/src/js/array.js
+++ b/src/js/array.js
@@ -1784,10 +1784,6 @@ utils.Export(function(to) {
to.InnerArraySort = InnerArraySort;
to.InnerArrayToLocaleString = InnerArrayToLocaleString;
to.PackedArrayReverse = PackedArrayReverse;
- to.Stack = Stack;
- to.StackHas = StackHas;
- to.StackPush = StackPush;
- to.StackPop = StackPop;
});
%InstallToContext([

Powered by Google App Engine