Guest User

Untitled

a guest
Apr 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 284: missing : after property id
  2. js: get length() {
  3. js: ..................^
  4. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 287: missing ; before statement
  5. js: read: read,
  6. js: .............^
  7. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 288: syntax error
  8. js: write: write,
  9. js: ..............^
  10. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 289: syntax error
  11. js: copy: copy,
  12. js: .............^
  13. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 290: syntax error
  14. js: close: function () {
  15. js: ..............^
  16. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 292: syntax error
  17. js: },
  18. js: .........^
  19. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 293: syntax error
  20. js: flush: function () {
  21. js: ..............^
  22. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 295: syntax error
  23. js: },
  24. js: ........^
  25. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 296: syntax error
  26. js: iterator: function () {
  27. js: .................^
  28. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 298: syntax error
  29. js: },
  30. js: ........^
  31. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 299: syntax error
  32. js: forEach: function (block) {
  33. js: ................^
  34. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 300: missing ; before statement
  35. js: while (true) {
  36. js: .........................^
  37. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 303: syntax error
  38. js: } catch (exception) {
  39. js: .......................^
  40. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 305: unlabelled break must be inside loop or switch
  41. js: break;
  42. js: .............................^
  43. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 307: syntax error
  44. js: }
  45. js: ................^
  46. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 309: syntax error
  47. js: },
  48. js: ........^
  49. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 310: syntax error
  50. js: readLine: function () {
  51. js: .................^
  52. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 314: invalid return
  53. js: return read(pos + 1);
  54. js: ..................^
  55. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 315: syntax error
  56. js: },
  57. js: ........^
  58. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 316: syntax error
  59. js: readLines: function () {
  60. js: ..................^
  61. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 323: invalid return
  62. js: return lines;
  63. js: ..................^
  64. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 324: syntax error
  65. js: },
  66. js: ........^
  67. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 325: syntax error
  68. js: next: next,
  69. js: .............^
  70. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 326: syntax error
  71. js: print: function (line) {
  72. js: ..............^
  73. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 328: syntax error
  74. js: },
  75. js: ........^
  76. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 329: syntax error
  77. js: toString: function() {
  78. js: .................^
  79. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 331: syntax error
  80. js: },
  81. js: ........^
  82. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 332: syntax error
  83. js: substring: function () {
  84. js: ..................^
  85. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 334: invalid return
  86. js: return string.substring.apply(string, arguments);
  87. js: ..................^
  88. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 335: syntax error
  89. js: },
  90. js: ........^
  91. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 336: syntax error
  92. js: slice: function () {
  93. js: ..............^
  94. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 338: invalid return
  95. js: return string.slice.apply(string, arguments);
  96. js: ..................^
  97. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 339: syntax error
  98. js: },
  99. js: ........^
  100. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 340: syntax error
  101. js: substr: function () {
  102. js: ...............^
  103. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 342: invalid return
  104. js: return string.substr.apply(string, arguments);
  105. js: ..................^
  106. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 343: syntax error
  107. js: }
  108. js: ........^
  109. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 345: invalid return
  110. js: return Object.create(self);
  111. js: ..........^
  112. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 346: syntax error
  113. js: };
  114. js: ^
  115. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 350: syntax error
  116. js: }
  117. js: ^
  118. js: "/usr/local/narwhal/engines/rhino/lib/io-engine.js", line 1: Compilation produced 39 syntax errors.
  119. InternalError: Compilation produced 39 syntax errors. (/usr/local/narwhal/engines/rhino/lib/io-engine.js#1)
  120. org.mozilla.javascript.EvaluatorException: Compilation produced 39 syntax errors. (/usr/local/narwhal/engines/rhino/lib/io-engine.js#1)
  121. at org.mozilla.javascript.tools.ToolErrorReporter.runtimeError(ToolErrorReporter.java:142)
  122. at org.mozilla.javascript.Parser.parse(Parser.java:369)
  123. at org.mozilla.javascript.Parser.parse(Parser.java:293)
  124. at org.mozilla.javascript.Context.compileImpl(Context.java:2238)
  125. at org.mozilla.javascript.Context.compileFunction(Context.java:1325)
  126. at org.mozilla.javascript.Context.compileFunction(Context.java:1314)
  127. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  128. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  129. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  130. at java.lang.reflect.Method.invoke(Method.java:597)
  131. at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:145)
  132. at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:204)
  133. at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86)
  134. at org.mozilla.javascript.gen.c1._c4(/usr/local/narwhal/engines/rhino/bootstrap.js:64)
  135. at org.mozilla.javascript.gen.c1.call(/usr/local/narwhal/engines/rhino/bootstrap.js)
  136. at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3085)
  137. at script(/usr/local/narwhal/lib/sandbox.js:51)
  138. at script(/usr/local/narwhal/lib/sandbox.js:71)
  139. at script(/usr/local/narwhal/lib/sandbox.js:153)
  140. at script(/usr/local/narwhal/lib/sandbox.js:143)
  141. at script(/usr/local/narwhal/lib/sandbox.js:236)
  142. at script(/usr/local/narwhal/lib/io.js:3)
  143. at script(/usr/local/narwhal/lib/sandbox.js:250)
  144. at script(/usr/local/narwhal/engines/rhino/lib/system.js:2)
  145. at script(/usr/local/narwhal/lib/sandbox.js:250)
  146. at script(narwhal.js:97)
  147. at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2251)
  148. at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:161)
  149. at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
  150. at org.mozilla.javascript.gen.c1._c1(/usr/local/narwhal/engines/rhino/bootstrap.js:91)
  151. at org.mozilla.javascript.gen.c1.call(/usr/local/narwhal/engines/rhino/bootstrap.js)
  152. at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:76)
  153. at org.mozilla.javascript.gen.c1._c0(/usr/local/narwhal/engines/rhino/bootstrap.js:1)
  154. at org.mozilla.javascript.gen.c1.call(/usr/local/narwhal/engines/rhino/bootstrap.js)
  155. at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:340)
  156. at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2758)
  157. at org.mozilla.javascript.gen.c1.call(/usr/local/narwhal/engines/rhino/bootstrap.js)
  158. at org.mozilla.javascript.gen.c1.exec(/usr/local/narwhal/engines/rhino/bootstrap.js)
  159. at org.mozilla.javascript.tools.shell.Main.evaluateScript(Main.java:503)
  160. at org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:425)
  161. at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:391)
  162. at org.mozilla.javascript.tools.shell.Main.processSource(Main.java:382)
  163. at org.mozilla.javascript.tools.shell.Main.processFiles(Main.java:179)
  164. at org.mozilla.javascript.tools.shell.Main$IProxy.run(Main.java:100)
  165. at org.mozilla.javascript.Context.call(Context.java:528)
  166. at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:450)
  167. at org.mozilla.javascript.tools.shell.Main.exec(Main.java:162)
  168. at org.mozilla.javascript.tools.shell.Main.main(Main.java:140)
Add Comment
Please, Sign In to add comment