HomeSort by relevance Sort by last modified time
    Searched refs:toSource (Results 1 - 13 of 13) sorted by null

  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/
regress-96284-001.js 22 * SUMMARY: Double quotes should be escaped in Error.prototype.toSource()
26 * from its toSource() property. We'll test this on various types of objects.
28 * Method: define obj2 = eval(obj1.toSource()) and verify that
29 * obj2.toSource() == obj1.toSource().
34 var summary = 'Double quotes should be escaped in Error.prototype.toSource()';
49 obj2 = eval(obj1.toSource());
50 actual = obj2.toSource();
51 expect = obj1.toSource();
56 obj2 = eval(obj1.toSource());
    [all...]
regress-96284-002.js 29 * obj2.toSource() == obj1.toSource().
34 var summary = 'Double quotes should be escaped in Error.prototype.toSource()';
50 actual = obj2.toSource();
51 expect = obj1.toSource();
57 actual = obj2.toSource();
58 expect = obj1.toSource();
64 actual = obj2.toSource();
65 expect = obj1.toSource();
71 actual = obj2.toSource();
    [all...]
regress-90596-001.js 22 * SUMMARY: A [DontEnum] prop, if overridden, should appear in toSource().
31 var summary = 'A [DontEnum] prop, if overridden, should appear in toSource()';
48 actual = obj.toSource();
54 actual = obj.toSource();
60 actual = obj.toSource();
66 actual = obj.toSource();
77 actual = obj.toSource();
84 actual = obj.toSource();
91 actual = obj.toSource();
98 actual = obj.toSource();
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-44009.js 23 * SUMMARY: Testing that we don't crash on obj.toSource()
27 var summary = "Testing that we don't crash on obj.toSource()";
60 sToSource = obj.toSource();
62 sToSource = obj.toSource();
regress-192465.js 38 * SUMMARY: Object.toSource() recursion should check stack overflow
63 var summary = 'Object.toSource() recursion should check stack overflow';
102 * value of this function will be toSource() of these objects, respectively:
120 cursor.toSource = function()
127 return head.toSource();
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Expressions/
shell.js 36 * If available, arr.toSource() gives more detail than arr.toString()
40 * arr.toSource()
46 * But toSource() doesn't exist in Rhino, so use our own imitation, below -
53 return arr.toSource();
57 return toSource(arr);
64 * Imitate SpiderMonkey's arr.toSource() method:
72 function toSource(arr)
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-50447.js 83 e.toSource(),
84 "toSource() returned unexpected result.");
101 e.toSource(),
102 "toSource() returned unexpected result.");
120 e.toSource(),
121 "toSource() returned unexpected result.");
138 e.toSource(),
139 "toSource() returned unexpected result.");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-2.js 44 * NOTE: Rhino does not have toSource() and uneval(); they are non-ECMA
61 * Exit if the implementation doesn't support toSource() or uneval(),
66 if (!OBJ.toSource || !uneval(OBJ))
80 var ret = eval(arguments.toSource());
94 var ret = eval(f2.arguments.toSource());
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-108440.js 91 * Test toSource() - but Rhino doesn't have this, so try...catch it
98 a[a.length] = a.toSource();
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
shell.js 154 * If available, arr.toSource() gives more detail than arr.toString()
158 * arr.toSource()
164 * But toSource() doesn't exist in Rhino, so use our own imitation, below -
171 return arr.toSource();
175 return toSource(arr);
181 * Imitate SpiderMonkey's arr.toSource() method:
189 function toSource(arr)
  /external/v8/test/mjsunit/
regexp-standalones.js 28 /* Many of the Mozilla regexp tests used 'toSource' to test their
29 * results. Since we don't currently support toSource, those tests
  /external/chromium/third_party/icu/source/test/intltest/
transrt.cpp 337 UnicodeSet toSource;
499 this->toSource.clear();
500 this->toSource.applyPattern(sourceRangeVal, status);
506 this->toSource.addAll(okAnyway);
767 if (toSource.containsAll(targ) == FALSE ||
775 if (toSource.containsAll(targD) == FALSE) {
842 if (toSource.containsAll(targ) == FALSE ||
852 if (toSource.containsAll(targD) == FALSE
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 337 UnicodeSet toSource;
499 this->toSource.clear();
500 this->toSource.applyPattern(sourceRangeVal, status);
506 this->toSource.addAll(okAnyway);
767 if (toSource.containsAll(targ) == FALSE ||
775 if (toSource.containsAll(targD) == FALSE) {
842 if (toSource.containsAll(targ) == FALSE ||
852 if (toSource.containsAll(targD) == FALSE
    [all...]

Completed in 2039 milliseconds