HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 1226 - 1250 of 6482) sorted by null

<<41424344454647484950>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
class-001.js 25 * The getJSClass() function we use is in a utility file, e.g. "shell.js".
48 status = 'new Function()';
49 actual = getJSClass(new Function());
50 expect = 'Function';
101 function addThis()
110 function test()
125 function getStatus(i)
class-002.js 26 * Therefore we expect the [[Class]] property to equal 'Function' in each case.
28 * The getJSClass() function we use is in a utility file, e.g. "shell.js"
42 * We expect 'Function' every time; see discussion above -
46 expect = 'Function';
49 status = 'Function';
50 actual = getJSClass(Function);
51 expect = 'Function';
56 expect = 'Function';
61 expect = 'Function';
66 expect = 'Function';
    [all...]
class-003.js 32 * The getJSClass() function we use is in a utility file, e.g. "shell.js"
91 function addThis()
100 function test()
115 function getStatus(i)
class-004.js 29 * Therefore we expect the [[Class]] property to equal 'Function' in each case.
31 * The getJSClass() function we use is in a utility file, e.g. "shell.js"
45 * We expect 'Function' every time; see discussion above -
49 expect = 'Function';
54 expect = 'Function';
59 expect = 'Function';
64 expect = 'Function';
69 expect = 'Function';
74 expect = 'Function';
79 expect = 'Function';
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Operators/
11.13.1-001.js 79 * function scope -
84 (function() {y = y;})();
126 function addThis()
135 function test()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
15.10.3.1-1.js 23 * SUMMARY: Passing (RegExp object, flag) to RegExp() function.
26 * 15.10.3 The RegExp Constructor Called as a Function
47 var summary = 'Passing (RegExp object,flag) to RegExp() function';
80 function test()
106 function getStatus(regexp, flag)
112 function quote(text)
15.10.3.1-2.js 23 * SUMMARY: Passing (RegExp object, flag) to RegExp() function.
26 * 15.10.3 The RegExp Constructor Called as a Function
55 var summary = 'Passing (RegExp object,flag) to RegExp() function';
88 function test()
114 function getStatus(regexp, flag)
120 function quote(text)
15.10.4.1-1.js 76 function test()
102 function getStatus(regexp)
108 function quote(text)
15.10.4.1-2.js 82 function test()
108 function getStatus(regexp)
114 function quote(text)
15.10.4.1-3.js 84 function test()
115 function getStatus(regexp, flag)
121 function quote(text)
15.10.4.1-4.js 90 function test()
121 function getStatus(regexp, flag)
127 function quote(text)
15.10.4.1-5-n.js 78 function test()
104 function getStatus(regexp, flag)
110 function quote(text)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
nesting.js 42 function outer_func(x)
50 function inner_func(x)
68 function test()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/Script/
new-001.js 42 function Test_One (x) {
47 function Test_Two( x, y ) {
90 "new (Function)(\"x\", \"return x+3\")(5,6)",
92 new (Function)("x","return x+3")(5,6) );
108 function test() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_9.js 50 function Employee ( name, dept ) {
54 function WorkerBee ( name, dept, projs ) {
59 function test() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/regress/
new-001.js 42 function Test_One (x) {
47 function Test_Two( x, y ) {
90 "new (Function)(\"x\", \"return x+3\")(5,6)",
92 new (Function)("x","return x+3")(5,6) );
108 function test() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
array-001.js 72 function sortThis(str)
80 function addThis()
89 function test()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-123002.js 102 function addThis()
111 function test()
126 function quoteThis(text)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Expressions/
regress-192288.js 55 function f()
76 actual = isNaN(Function('return 0/0;')());
81 actual = isNaN(eval("Function('return 0/0;')()"));
93 function addThis()
102 function test()
regress-96526-argsub.js 66 function f(j,k)
99 function addThis()
108 function test()
regress-96526-delelem.js 61 function f(j,k,a)
99 function addThis()
108 function test()
regress-96526-noargsub.js 66 function f(j,k,a)
99 function addThis()
108 function test()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-170193.js 38 * SUMMARY: adding prop after middle-delete of function w duplicate formal args
45 var summary = 'adding property after middle-delete of function w duplicate formal args';
56 function f(a,a,b){}
85 function addThis()
94 function test()
regress-192414.js 87 function repeat_str(str, repeat_count)
96 function addThis()
105 function test()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/String/
regress-179068.js 86 * duplicate function and this is faster then doing recursion like in the
122 function duplicate(str, count)
133 function addThis()
142 function test()

Completed in 596 milliseconds

<<41424344454647484950>>