HomeSort by relevance Sort by last modified time
    Searched refs:summary (Results 76 - 100 of 268) sorted by null

1 2 34 5 6 7 8 91011

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
15.11.7.6-001.js 38 * SUMMARY: Prototype of predefined error objects should be DontEnum
45 var summary = 'Prototype of predefined error objects should be DontEnum'; variable
117 printStatus(summary);
15.11.7.6-002.js 38 * SUMMARY: Prototype of predefined error objects should be DontDelete
45 var summary = 'Prototype of predefined error objects should be DontDelete'; variable
112 printStatus(summary);
15.11.7.6-003.js 38 * SUMMARY: Prototype of predefined error objects should be ReadOnly
45 var summary = 'Prototype of predefined error objects should be ReadOnly'; variable
112 printStatus(summary);
regress-95101.js 22 * SUMMARY: Invoking an undefined function should produce a ReferenceError
28 var summary = 'Invoking an undefined function should produce a ReferenceError'; variable
82 printStatus (summary);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
arguments-001.js 22 * SUMMARY: Testing the arguments object
29 var summary = 'Testing the arguments object'; variable
140 printStatus (summary);
regress-131964.js 38 * SUMMARY: Function declarations in global or function scope are {DontDelete}.
47 var summary = 'Functions defined in global or function scope are {DontDelete}'; variable
183 printStatus(summary);
regress-49286.js 22 * SUMMARY: Invoking try...catch through Function.call
33 var summary = 'Invoking try...catch through Function.call'; variable
69 printStatus (summary);
regress-94506.js 22 * SUMMARY: When we invoke a function, the arguments object should take
30 var summary = 'Testing functions employing identifiers named "arguments"'; variable
134 printStatus (summary);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Number/
15.7.4.5-1.js 22 * SUMMARY: Testing Number.prototype.toFixed(fractionDigits)
31 var summary = 'Testing Number.prototype.toFixed(fractionDigits)'; variable
100 printStatus (summary);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Object/
class-001.js 22 * SUMMARY: Testing the internal [[Class]] property of objects
31 var summary = 'Testing the internal [[Class]] property of objects'; variable
114 printStatus (summary);
class-002.js 22 * SUMMARY: Testing the [[Class]] property of native constructors.
34 var summary = 'Testing the internal [[Class]] property of native constructors'; variable
110 printStatus (summary);
class-003.js 22 * SUMMARY: Testing the [[Class]] property of native error types.
38 var summary = 'Testing the internal [[Class]] property of native error types'; variable
104 printStatus (summary);
class-004.js 22 * SUMMARY: Testing [[Class]] property of native error constructors.
37 var summary = 'Testing the internal [[Class]] property of native error constructors'; variable
103 printStatus (summary);
class-005.js 22 * SUMMARY: Testing the internal [[Class]] property of user-defined types.
34 var summary = 'Testing the internal [[Class]] property of user-defined types'; variable
76 printStatus (summary);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Operators/
11.13.1-001.js 38 * SUMMARY: JS should evaluate RHS before binding LHS implicit variable
46 var summary = 'JS should evaluate RHS before binding LHS implicit variable'; variable
139 printStatus(summary);
11.4.1-001.js 38 * SUMMARY: |delete x.y| should return |true| if |x| has no property |y|
45 var summary = '|delete x.y| should return |true| if |x| has no property |y|'; variable
107 printStatus(summary);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
15.10.3.1-1.js 23 * SUMMARY: Passing (RegExp object, flag) to RegExp() function.
47 var summary = 'Passing (RegExp object,flag) to RegExp() function'; variable
84 printStatus (summary);
15.10.3.1-2.js 23 * SUMMARY: Passing (RegExp object, flag) to RegExp() function.
55 var summary = 'Passing (RegExp object,flag) to RegExp() function'; variable
92 printStatus (summary);
15.10.4.1-1.js 23 *SUMMARY: Passing a RegExp object to a RegExp() constructor.
51 var summary = 'Passing a RegExp object to a RegExp() constructor'; variable
80 printStatus (summary);
15.10.4.1-2.js 23 *SUMMARY: Passing a RegExp object to a RegExp() constructor.
57 var summary = 'Passing a RegExp object to a RegExp() constructor'; variable
86 printStatus (summary);
15.10.4.1-3.js 23 *SUMMARY: Passing a RegExp object to a RegExp() constructor.
51 var summary = 'Passing a RegExp object to a RegExp() constructor'; variable
88 printStatus (summary);
15.10.4.1-4.js 23 *SUMMARY: Passing a RegExp object to a RegExp() constructor.
57 var summary = 'Passing a RegExp object to a RegExp() constructor'; variable
94 printStatus (summary);
15.10.4.1-5-n.js 23 *SUMMARY: Passing a RegExp object to a RegExp() constructor.
47 var summary = 'Negative test: Passing (RegExp object, flag) to RegExp() constructor'; variable
82 printStatus (summary);
15.10.6.2-1.js 22 * SUMMARY: Testing regexps with the global flag set.
65 var summary = 'Testing regexps with the global flag set'; variable
116 printStatus (summary);
regress-105972.js 22 * SUMMARY: Regression test for Bugzilla bug 105972:
30 var summary = 'Regression test for Bugzilla bug 105972'; variable
133 printStatus (summary);

Completed in 298 milliseconds

1 2 34 5 6 7 8 91011