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

<<21222324252627282930>>

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 0 function arrayExists(array, x) {
8 Date.prototype.formatDate = function (input,time) {
10 // a PHP date like function, for formatting date strings
45 function a() {
49 function A() {
54 function B(){
70 function d() {
75 function D() {
79 function F() {
83 function g()
    [all...]
date-format-xparb.js 18 Date.prototype.dateFormat = function(format) {
26 Date.createNewFormat = function(format) {
29 var code = "Date.prototype." + funcName + " = function(){return ";
48 Date.getFormatCode = function(character) {
109 Date.parseDate = function(input, format) {
117 Date.createParser = function(format) {
123 var code = "Date." + funcName + " = function(input){\n"
172 Date.formatCodeToRegex = function(character, currentGroup) {
279 Date.prototype.getTimezone = function() {
285 Date.prototype.getGMTOffset = function() {
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.3-2.js 24 ECMA Section: 10.2.3 Function and Anonymous Code
42 var TITLE = "Function and Anonymous Code";
64 function test() {
78 function MyFunction( value ) {
83 function MyOtherFunction(value) {
87 function MyObject( value ) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-6-n.js 79 function TestFunction() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.8.2-n.js 39 function getTestCases() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-010.js 34 function TryObject( description, tryOne, tryTwo, result ) {
40 function ThrowException() {
43 function NoException() {
46 function NestedTry( object ) {
while-001.js 25 function DoWhile() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/instanceof/
regress-7635.js 37 * Calls to AddTestCase here. AddTestCase is a function that is defined
54 function Foo() {}
60 AddTestCase( "function Foo() {}; theproto = {}; Foo.prototype = theproto; theproto instanceof Foo",
64 var f = new Function();
66 AddTestCase( "var f = new Function(); f instanceof f", false, f instanceof f );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
15.11.1.1.js 38 * SUMMARY: Ensuring normal function call of Error (ECMA-262 Ed.3 15.11.1.1).
43 var summary = 'Ensuring normal function call of Error (ECMA-262 Ed.3 15.11.1.1)';
54 function otherScope(msg)
104 function examineThis(err, msg)
111 function addThis()
120 function test()
binding-001.js 22 * SUMMARY: Testing binding of function names
29 * var f = function sum(){};
36 var summary = 'Testing binding of function names';
49 var f = function sum(){};
78 function addThis()
87 function test()
103 function isReferenceError(bResult)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
arguments-001.js 40 function f()
96 * function g(){delete arguments[0]; return arguments[0]}
111 function g()
127 function addThis()
136 function test()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Number/
15.7.4.5-1.js 87 function captureThis()
96 function test()
111 function catchError(sEval)
119 function isRangeError(obj)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/NumberFormatting/
tostring-001.js 27 function test()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/
regress-83532-002.js 35 function test()
42 sToEval += 'function f () {switch(1) {case -1:}};';
43 sToEval += 'function g(){switch(1){case (-1):}};';
44 sToEval += 'var h = function() {switch(1) {case -1:}};'
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-003.js 27 function test()
uc-004.js 27 function test()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regress/
regress-144834.js 38 * SUMMARY: Testing local var having same name as switch label inside function
46 var summary = 'Local var having same name as switch label inside function';
52 function RedrawSched()
67 s += 'function RedrawSched()';
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
date-001-n.js 42 function MyDate() {
49 "function MyDate() { this.foo = \"bar\"; }; "+
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-101964.js 63 function elapsedTime(startTime)
69 function addThis()
78 function isThisFast(ms)
86 function test()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
catchguard-001.js 27 function test()
60 "not be visible in the function scope (e = '" +
catchguard-002.js 27 function test()
catchguard-003.js 27 function test()
60 "not be visible in the function scope (e ='" +
65 "be visible in the function scope (x = '" +
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-146596.js 56 * Just seeing we don't crash when executing this function -
60 * in a JS function makes a function-scoped variable -- JS lacks
63 * Therefore the catch variable hides the function-local variable."
65 function F()
96 function f(obj)
112 res[1] = e; // |catch| binds tighter than function scope; s/b 42
115 res[2] = e; // |var e| has function scope; s/b visible but contain |undefined|
133 function addThis()
142 function test(
    [all...]
regress-159334.js 72 function f(str) { test_sum += Number(str); }
88 function buildEval_r(beginLine, endLine)
103 function addThis()
112 function test()
regress-192465.js 102 * value of this function will be toSource() of these objects, respectively:
109 function make_deep_nest(level)
120 cursor.toSource = function()
131 function addThis()
140 function test()

Completed in 598 milliseconds

<<21222324252627282930>>