summaryrefslogtreecommitdiff
path: root/js/src/Ice/ToStringMode.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/Ice/ToStringMode.js')
-rw-r--r--js/src/Ice/ToStringMode.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/js/src/Ice/ToStringMode.js b/js/src/Ice/ToStringMode.js
new file mode 100644
index 00000000000..ed2112858dd
--- /dev/null
+++ b/js/src/Ice/ToStringMode.js
@@ -0,0 +1,12 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+const Ice = require("../Ice/EnumBase").Ice;
+Ice.ToStringMode = Ice.Slice.defineEnum([['Unicode', 0], ['ASCII',1], ['Compat',2]]);
+module.exports.Ice = Ice;