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

1 23 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
const-redecl.js 131 TestConflict("const x = undefined", "var x");
132 TestConflict("const x", "var x = undefined");
133 TestConflict("const x = undefined", "var x = undefined");
135 TestConflict("var x = undefined", "const x");
136 TestConflict("var x", "const x = undefined");
137 TestConflict("var x = undefined", "const x = undefined");
139 TestConflict("const x = undefined", "var x = 0");
140 TestConflict("const x = 0", "var x = undefined");
    [all...]
function.js 29 assertTrue(typeof f() == 'undefined');
31 assertTrue(typeof f() == 'undefined');
46 assertTrue(typeof f() == 'undefined');
54 assertEquals('undefined', f());
63 assertTrue(typeof f() == 'undefined');
object-define-property.js 40 // Check that an exception is thrown when undefined is passed as object.
42 Object.defineProperty(undefined, undefined, undefined);
50 Object.defineProperty(0, "foo", undefined);
108 // Check that we can't add property with undefined attributes.
110 Object.defineProperty(obj1, "foo", undefined);
120 // foo should be undefined as it has no get, set or value
121 assertEquals(undefined, obj1.foo);
129 assertEquals(desc.get, undefined);
    [all...]
for-in.js 100 assertEquals("undefined", typeof y.bar, "y.bar");
104 assertEquals("undefined", typeof y[2], "y[2]");
105 assertEquals("undefined", typeof y[0], "y[0]");
115 assertEquals("undefined", typeof y.bar, "y.bar");
119 assertEquals("undefined", typeof y[2], "y[2]");
120 assertEquals("undefined", typeof y[0], "y[0]");
  /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...]
regress-326.js 29 // Should sort non-array into equivalent of [37,42,undefined,,0]
31 var nonArray = { length: 4, 0: 42, 2: 37, 3: undefined, 4: 0 };
37 assertTrue(2 in nonArray, "don't delete undefined");
38 assertEquals(undefined, nonArray[2], "sort undefined after largest");
  /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);
  /external/e2fsprogs/lib/blkid/
blkid_types.h.in 33 ?==error: undefined 16 bit type
47 ?==error: undefined 16 bit type
65 ?== error: undefined 32 bit type
83 ?== error: undefined 32 bit type
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h.in 33 ?==error: undefined 16 bit type
47 ?==error: undefined 16 bit type
65 ?== error: undefined 32 bit type
83 ?== error: undefined 32 bit type
  /external/webkit/LayoutTests/storage/
execute-sql-args.js 12 'undefined',
16 '"", undefined',
23 '"", null, undefined',
26 '"", null, null, undefined',
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
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');
15.10.2-1.js 71 expectedmatch = Array('abc', 'a', 'a', undefined, 'bc', undefined, 'bc');
106 expectedmatch = Array('zaacbbbcac', 'z', 'ac', 'a', undefined, 'c');
113 expectedmatch = Array('', undefined);
141 expectedmatch = Array('baaabaac', 'ba', undefined, 'abaac');
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-94257.js 53 expect = undefined;
58 expect = undefined;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-110286.js 66 expect = undefined;
71 expect = undefined;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-184107.js 76 expect = undefined;
87 expect = undefined;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/String/
regress-306591.js 88 actual = String.indexOf(undefined, 'd');
90 " String.indexOf(undefined, 'd')");
93 actual = String.indexOf(String(undefined), 'd');
95 " String.indexOf(String(undefined), 'd')");
  /external/webkit/Source/WebCore/bridge/objc/
WebScriptObject.h 43 + (WebUndefined *)undefined;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore15.js 46 if (typeof(this.doc) != 'undefined') {
102 if (typeof(this.doc) != 'undefined') {
117 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
129 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
141 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
153 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
165 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
nodereplacechild21.js 47 if (typeof(this.doc) != 'undefined') {
53 if (typeof(this.doc1) != 'undefined') {
111 if (typeof(this.doc) != 'undefined') {
122 if (typeof(this.doc1) != 'undefined') {
138 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
149 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 138 } else if (typeof expected == "undefined") {
215 testFailed(_a + " should be undefined. Threw exception " + exception);
216 else if (typeof _av == "undefined")
217 testPassed(_a + " is undefined.");
219 testFailed(_a + " should be undefined. Was " + _av);
234 else if (_av !== undefined)
255 else if (typeof _av == "undefined" || _av < _bv)
276 if (typeof _e == "undefined" || exception == _ev)
279 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + ".");
280 } else if (typeof _av == "undefined")
    [all...]
  /frameworks/compile/libbcc/runtime/make/
util.mk 44 IsDefined = $(call strneq,undefined,$(flavor $(1)))
48 # Check whether the given variable is undefined.
49 IsUndefined = $(call streq,undefined,$(flavor $(1)))
54 # is undefined.
72 # if 'src' is undefined. The destination variable must be undefined.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 69 if(typeof(Flog) == 'undefined') var Flog = {};
70 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {};
187 if(typeof(Flog) == 'undefined') var Flog = {};
188 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {};
214 if(typeof(Flog) == 'undefined') var Flog = {};
215 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {};
278 if(typeof(Flog) == 'undefined') var Flog = {};
279 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {};
296 if(typeof(Flog) == 'undefined') var Flog = {};
297 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {}
    [all...]

Completed in 368 milliseconds

1 23 4 5 6 7 8 91011>>