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

<<31323334353637383940>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.21-5.js 60 function addTestCase( t ) {
66 function test() {
15.9.5.21-6.js 61 function addTestCase( t ) {
67 function test() {
15.9.5.21-7.js 60 function addTestCase( t ) {
66 function test() {
15.9.5.23-3-n.js 53 function MyDate(value) {
58 function test() {
15.9.5.3-1-n.js 27 The valueOf function returns a number, which is this time value.
29 The valueOf function is not generic; it generates a runtime error if
54 function MyObject( value ) {
58 // this.toString = new Function( "return this+\"\";");
61 function test() {
15.9.5.4-2-n.js 51 function MyDate( value ) {
55 function test() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.4-10.js 66 function test() {
87 function getTestCases() {
10.1.5-2.js 52 'if ( Function == null ) { testcases[0].reason += " Function == null"; }' +
55 'if ( Number == null ) { testcases[0].reason += " Function == null";}' +
82 function test() {
94 function getTestCases() {
10.1.5-4.js 52 'if ( Function == null ) { testcases[0].reason += " Function == null"; }' +
55 'if ( Number == null ) { testcases[0].reason += " Function == null";}' +
62 var NEW_FUNCTION = new Function( EVAL_STRING );
73 function test() {
87 function getTestCases() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-1.js 57 function getTestCases() {
74 function test() {
11.13.js 57 function getTestCases() {
74 function test() {
11.14-1.js 52 function test() {
65 function getTestCases() {
11.2.2-1-n.js 83 function TestFunction() {
86 function test() {
11.2.2-3-n.js 83 function TestFunction() {
86 function test() {
11.2.2-7-n.js 83 function TestFunction() {
86 function test() {
11.2.2-8-n.js 83 function TestFunction() {
86 function test() {
11.2.2-9-n.js 83 function TestFunction() {
86 function test() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.3.1-2.js 24 ECMA Section: 15.3.3.1 Properties of the Function Constructor
25 Function.prototype
27 Description: The initial value of Function.prototype is the built-in
28 Function prototype object.
33 This test the DontEnum property of Function.prototype.
42 var TITLE = "Function.prototype";
49 function getTestCases() {
53 "var str='';for (prop in Function ) str += prop; str;",
55 eval("var str='';for (prop in Function) str += prop; str;")
59 function test( array )
    [all...]
15.3.3.1-3.js 24 ECMA Section: 15.3.3.1 Properties of the Function Constructor
25 Function.prototype
27 Description: The initial value of Function.prototype is the built-in
28 Function prototype object.
33 This test the DontDelete property of Function.prototype.
42 var TITLE = "Function.prototype";
49 function getTestCases() {
53 var FUN_PROTO = Function.prototype;
56 "delete Function.prototype",
58 delete Function.prototyp
    [all...]
15.3.3.1-4.js 24 ECMA Section: 15.3.3.1 Properties of the Function Constructor
25 Function.prototype
27 Description: The initial value of Function.prototype is the built-in
28 Function prototype object.
33 This test the ReadOnly property of Function.prototype.
42 var TITLE = "Function.prototype";
50 function getTestCases() {
54 "Function.prototype = null; Function.prototype",
55 Function.prototype
    [all...]
15.3.3.2.js 24 ECMA Section: 15.3.3.2 Properties of the Function Constructor
25 Function.length
37 var TITLE = "Function.length";
44 function getTestCases() {
47 array[item++] = new TestCase( SECTION, "Function.length", 1, Function.length );
50 function test() {
15.3.4.1.js 24 ECMA Section: 15.3.4.1 Function.prototype.constructor
26 Description: The initial value of Function.prototype.constructor
27 is the built-in Function constructor.
36 var TITLE = "Function.prototype.constructor";
43 function getTestCases() {
47 array[item++] = new TestCase( SECTION, "Function.prototype.constructor", Function, Function.prototype.constructor );
51 function test( array ) {
15.3.5.3.js 24 ECMA Section: Function.arguments
28 outstanding invocation of the function in progress (that is, the
29 function has been called but has not yet returned). When a non-internal
30 Function object (15.3.2.1) is invoked, its arguments property is
45 var TITLE = "Function.arguments";
52 function getTestCases() {
56 var MYFUNCTION = new Function( "return this.arguments" );
59 array[item++] = new TestCase( SECTION, "var MYFUNCTION = new Function( 'return this.arguments' ); MYFUNCTION.arguments", null, MYFUNCTION.arguments );
63 function test() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.1.1.js 43 function getTestCases() {
54 function test() {
15.1.1.2.js 43 function getTestCases() {
53 function test() {

Completed in 500 milliseconds

<<31323334353637383940>>