HomeSort by relevance Sort by last modified time
    Searched refs:undefined (Results 51 - 75 of 3095) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-123437.js 38 * SUMMARY: regexp backreferences must hold |undefined| if not used
47 var summary = 'regexp backreferences must hold |undefined| if not used';
64 expectedmatch = Array('a', undefined);
71 expectedmatch = Array('a', undefined);
78 expectedmatch = Array('a', undefined, 'a');
15.10.3.1-2.js 31 * and flags is undefined, then return R unchanged. Otherwise
40 * "flags" is undefined
44 * RegExp(R, undefined);
51 * We check that RegExp(R, undefined) returns R -
79 flags[3] = undefined;
104 actual = (obj == RegExp(obj, undefined))? cnSUCCESS : cnFAILURE ;
15.10.4.1-4.js 29 * flags is undefined, then let P be the pattern used to construct R
31 * whose [[Class]] property is "RegExp" and flags is not undefined,
33 * if pattern is undefined and ToString(pattern) otherwise, and let F be
34 * the empty string if flags is undefined and ToString(flags) otherwise.
40 * "flags" is undefined
49 * obj2 = new RegExp(obj1, undefined);
81 flags[3] = undefined;
105 obj2 = new RegExp(obj1, undefined); // see introduction to bug
regress-220367-001.js 63 expectedmatch = Array(string, 'a', undefined);
70 expectedmatch = Array(string, undefined, 'b');
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 112 testFailed(_a + " should be undefined. Threw exception " + exception);
113 else if (typeof _av == "undefined")
114 testPassed(_a + " is undefined.");
116 testFailed(_a + " should be undefined. Was " + _av);
135 if (typeof _e == "undefined" || exception == _ev)
138 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + ".");
139 } else if (typeof _av == "undefined")
140 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined.");
142 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".")
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
match-002.js 49 ["02134", "02134", undefined]);
66 ["02134", "02134", undefined]);
76 ["02134", "02134", undefined] );
85 ["02134", "02134", undefined]);
94 ["02134", "02134", undefined]);
  /external/v8/test/mjsunit/
samevalue.js 48 // Undefined values.
50 assertTrue(natives.SameValue(undefined, undefined));
60 assertFalse(natives.SameValue(obj1, undefined));
63 assertFalse(natives.SameValue(undefined, true));
64 assertFalse(natives.SameValue(undefined, "foo"));
65 assertFalse(natives.SameValue(undefined, 1));
66 assertFalse(natives.SameValue(undefined, obj1));
67 assertFalse(natives.SameValue(undefined, NaN));
73 assertFalse(natives.SameValue(NaN, undefined));
    [all...]
unbox-double-arrays.js 116 if (value_5 != undefined) {
119 if (value_6 != undefined) {
224 undefined,
225 undefined,
244 undefined,
245 undefined,
248 undefined,
249 undefined,
276 undefined,
277 undefined,
    [all...]
object-prevent-extensions.js 39 assertEquals(undefined, obj1.x);
43 assertEquals(undefined, obj1[1]);
57 // obj2.y should still be undefined.
58 assertEquals(undefined, obj2.y);
64 // obj2.y should still be undefined.
65 assertEquals(undefined, obj2.y);
74 // obj2.y should still be undefined.
75 assertEquals(undefined, obj2.y);
79 assertEquals(undefined, obj2[1]);
116 assertEquals(undefined, foo.x)
    [all...]
comparison-ops-and-undefined.js 32 assertEquals(b2, func(.5, undefined));
33 assertEquals(b3, func(undefined, .5));
34 assertEquals(b4, func(undefined, undefined));
41 assertEquals(b2, func(.5, undefined));
42 assertEquals(b3, func(undefined, .5));
43 assertEquals(b4, func(undefined, undefined));
array-sort.js 164 // Test array sorting with undefined elemeents in the array.
191 obj[100] = undefined;
198 assertEquals(undefined, obj[3], "objsort undefined");
199 assertTrue(3 in obj, "objsort undefined retained");
258 // Behavior of sort with accessors is undefined. This accessor is
277 obj[i] = undefined;
293 assertEquals(undefined, obj[i], name + "undefined" + i);
326 assertEquals(undefined, y[i], name+"undefined"+i)
    [all...]
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocumentType-err.js 30 { args: [undefined, undefined], code: 5 },
31 { args: [null, undefined], code: 5 },
32 { args: [undefined, null], code: 5 },
33 { args: [undefined, undefined, null], code: 5 },
55 case "undefined":
  /external/v8/test/mjsunit/regress/
regress-969.js 53 assertEquals('undefined', test0());
60 assertEquals('undefined', test1(), 'test1 after');
67 assertEquals('undefined', test2(), 'test2 after');
73 assertEquals('undefined', test3(), 'test3 after');
82 assertEquals('undefined', test4());
88 assertEquals('undefined', test5());
94 assertEquals('undefined', test6());
100 assertEquals('undefined', test7());
109 assertEquals('undefined', test8());
115 assertEquals('undefined', test9())
    [all...]
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.mousewheel.min.js 12 (function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;return b=a.event.fix(c),b.type="mousewheel",c.wheelDelta&&(e=c.wheelDelta/120),c.detail&&(e=-c.detail/3),h=e,c.axis!==undefined&&c.axis===c.HORIZONTAL_AXIS&&(h=0,g=-1*e),c.wheelDeltaY!==undefined&&(h=c.wheelDeltaY/120),c.wheelDeltaX!==undefined&&(g=-1*c.wheelDeltaX/120),d.unshift(b,e,g,h),(a.event.dispatch||a.event.handle).apply(this,d)}var b=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=b.length;c;)a.event.fixHooks[b[--c]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=b.length;a;)this.addEventListener(b[--a],d,!1);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=b.length;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery)
  /external/clang/test/Preprocessor/
line-directive.c 96 undefined t; // expected-error {{unknown type name 'undefined'}}
  /external/e2fsprogs/lib/uuid/
uuid_types.h.in 34 ?==error: undefined 16 bit type
47 ?== error: undefined 32 bit type
  /external/v8/test/mjsunit/bugs/
618.js 34 assertEquals("undefined", typeof c1.y);
40 assertEquals("undefined", typeof c1.x);
49 assertEquals("undefined", typeof c2.y);
55 assertEquals("undefined", typeof c2.x);
64 assertEquals("undefined", typeof c3.y);
70 assertEquals("undefined", typeof c3.x);
79 assertEquals("undefined", typeof c4.y);
85 assertEquals("undefined", typeof c4.x);