HomeSort by relevance Sort by last modified time
    Searched full:rhino (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.prog 29 eval(loadFile("rhino-python.extensions"));
70 var input = loadFile("rhino-python.input");
71 var expected = loadFile("rhino-python.output");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-157652.js 79 * FURTHER HEADACHE: Rhino can't seem to handle the largest array: it hangs.
80 * So we skip this case in Rhino. Here is correspondence with Igor Bukanov.
81 * He explains that Rhino isn't actually hanging; it's doing the huge sort:
88 * > arrays. But if the array is too big, Rhino simply hangs. Note that ECMA
100 * This is due to different sorting algorithm Rhino uses when sorting
102 * Rhino first copies internal spare array to a temporary buffer, and then
108 * arrays both in case of Rhino and SpiderMonkey as SM always uses a
array-001.js 57 * not just array-index properties. The bug was: Rhino gave s == ''.
regress-108440.js 91 * Test toSource() - but Rhino doesn't have this, so try...catch it
regress-94257.js 25 * Rhino used to crash on this code; specifically, on the line
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
README-jsDriver.html 151 against the <b>Rhino</b> engine, PATH will be passed in as the value
177 <td>rhino</td>
178 <td>Rhino compiled mode</td>
182 <td>Rhino interpreted mode</td>
186 <td>Rhino compiled mode for the Microsoft VM (jview)</td>
190 <td>Rhino interpreted mode for the Microsoft VM (jview)</td>
224 tests against the <b>Rhino</b> engine. This can be used to test
268 you OS and engine type. For Non <b>Rhino</b> engines, this
270 <b>Rhino</b>, this path will be appended to your
279 default (as it is usually not needed) for the <b>Rhino</b> shell
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRFileStream.js 4 * Currently this class can only be used in the Rhino JS interpreter.
16 if (org.antlr.env.ua.rhino) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-114493.js 41 * Rhino crashed on this code. It should produce a syntax error, not a crash.
42 * Note that "3"[5] === undefined, and Rhino correctly gave an error if you
48 * However, Rhino CRASHED if you tried to do "3"[5]().
50 * Rhino would NOT crash if you tried "3"[0]() or "3"[5]. Only array indices
regress-114491.js 41 * Rhino crashed on this code. It should produce a syntax error, not a crash.
43 * Rhino correctly caught the error when there was no |if (true)|.
44 * With the |if (true)|, however, Rhino crashed -
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_6.js 95 ["SpiderMonkey", "Rhino"],
129 "Rhino",
proto_7.js 82 ["SpiderMonkey", "Rhino"],
112 "Rhino",
proto_8.js 80 ["SpiderMonkey", "Rhino"],
110 "Rhino",
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-76683.js 22 * SUMMARY: Regression test for Bugzilla bug 76683 on Rhino:
44 * Rhino (2001-04-19) crashed on the 3rd regular expression below.
60 // This was the one causing a Rhino crash -
regress-31316.js 23 * "Rhino: Regexp matches return garbage"
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-123002.js 42 * Error constructor. This is currently 1 in Rhino, 3 in SpiderMonkey.
48 * Rhino: new Error (message)
72 * Are we in Rhino or SpiderMonkey?
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
15.11.4.4-1.js 47 * However, d-russo@ti.com pointed out that Rhino was returning this:
56 * We expect Rhino to return what SpiderMonkey currently does:
134 * In such a case, SpiderMonkey and Rhino currently set err.message = '',
regress-181654.js 39 * results in an TypeError (Rhino only)
115 * In such a case, SpiderMonkey and Rhino currently set err.message = '',
binding-001.js 26 * "... the question is, does Rhino bind 'sum' in the global object
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-58274.js 148 * Rhino uses a Unicode representation for f.toString(); whereas
151 * then in Rhino the toString() method will present a 2-character Unicode
156 * This will give uniform results in Rhino and SpiderMonkey.
regress-137181.js 62 actual = f1(0); // (bug: Rhino was returning |undefined|)
75 actual = f2(0); // (bug: Rhino was returning -1)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Array/
regress-101488.js 27 * But with it, Rhino was giving an error "Inappropriate array length"
30 * Comments on the Rhino code by igor@icesoft.no:
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-181834.js 41 * This bug only bit in Rhino interpreted mode, when the
86 * This only has meaning in Rhino -
scope-003.js 26 * > Running this test with Rhino produces the following exception:
34 * > NativeCall, Rhino still produces a different result then SpiderMonkey:
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 192 * Rhino uses a Unicode representation for f.toString(); whereas
195 * then in Rhino the toString() method will present a 2-character Unicode
200 * This will give uniform results in Rhino and SpiderMonkey.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 55 * Some tests need to know if we are in Rhino as opposed to SpiderMonkey

Completed in 320 milliseconds

1 2 3