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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-162085.js 34 assertEquals(undefined, a[1]);
35 assertEquals(undefined, a[2]);
36 assertEquals(undefined, a[3]);
48 assertEquals(undefined, a2[1]);
49 assertEquals(undefined, a2[2]);
50 assertEquals(undefined, a2[3]);
69 assertEquals(undefined, a4[1]);
70 assertEquals(undefined, a4[2]);
71 assertEquals(undefined, a4[3]);
regress-1436.js 29 // undefined as the receiver (which for non-strict functions is
47 [2, 3].every(non_strict, undefined);
50 [2, 3].every(strict, undefined);
54 [2, 3].filter(non_strict, undefined);
57 [2, 3].filter(strict, undefined);
61 [2, 3].forEach(non_strict, undefined);
64 [2, 3].forEach(strict, undefined);
68 [2, 3].map(non_strict, undefined);
71 [2, 3].map(strict, undefined);
75 [2, 3].some(non_strict, undefined);
    [all...]
regress-2564.js 34 Error.prepareStackTrace = undefined; // Prevent recursion.
42 assertEquals(undefined, frames[i].receiver);
43 assertEquals(undefined, frames[i].fun);
44 assertEquals(undefined, frames[i].pos);
65 Error.prepareStackTrace = undefined; // Prevent recursion.
75 assertEquals(undefined, frames[i].getFunction());
76 assertEquals(undefined, frames[i].getThis());
101 Error.prepareStackTrace = undefined; // Prevent recursion.
106 assertEquals(undefined, frames[i].getFunction());
107 assertEquals(undefined, frames[i].getThis())
    [all...]
  /external/chromium_org/v8/test/webkit/
regexp-zero-length-alternatives.js 60 shouldBe('emptyStr.match(re4)', '["", undefined]');
61 shouldBe('s1.match(re4)', '["", undefined]');
67 shouldBe('emptyStr.match(re5)', '["", undefined]');
68 shouldBe('s1.match(re5)', '["", undefined]');
74 shouldBe('emptyStr.match(re6)', '["", undefined]');
75 shouldBe('s1.match(re6)', '["", undefined]');
123 shouldBe('emptyStr.match(re13)', '["", undefined]');
124 shouldBe('s1.match(re13)', '["", undefined]');
125 shouldBe('s2.match(re13)', '["", undefined]');
126 shouldBe('s3.match(re13)', '["", undefined]');
    [all...]
array-filter.js 27 return typeof element === "undefined";
70 shouldBe("[undefined].filter(passUndefined)", "[undefined]");
77 shouldBe("toObject([undefined]).filter(passUndefined)", "[undefined]");
84 shouldBe("reverseInsertionOrder([undefined]).filter(passUndefined)", "[undefined]");
91 shouldBe("reverseInsertionOrder([undefined]).filter(filterLog(passUndefined))", "[undefined]");
95 shouldBe("([undefined]).filter(filterLog(passUndefined))", "[undefined]")
    [all...]
array-type-speculation.js 62 runWithPredicates([[true, true, "\"\\\"foo\\\"\""], [true, false, "\"\\\"foo\\\"\""], [false, true, "\"undefined\""], [false, false, "\"undefined\""]]);
63 runWithPredicates([[false, false, "\"undefined\""], [true, false, "\"\\\"foo\\\"\""], [false, true, "\"undefined\""], [true, true, "\"\\\"foo\\\"\""]]);
64 runWithPredicates([[true, true, "\"\\\"foo\\\"\""], [false, true, "\"undefined\""], [true, false, "\"\\\"foo\\\"\""], [false, false, "\"undefined\""]]);
65 runWithPredicates([[false, false, "\"undefined\""], [false, true, "\"undefined\""], [true, false, "\"\\\"foo\\\"\""], [true, true, "\"\\\"foo\\\"\""]]);
function-call-aliased.js 37 shouldBe("myFunction.call()", '[this, "myFunction", undefined]');
38 shouldBe("myFunction.call(null)", '[this, "myFunction", undefined]');
39 shouldBe("myFunction.call(undefined)", '[this, "myFunction", undefined]');
41 shouldBe("myFunction.aliasedCall()", '[this, "myFunction", undefined]');
42 shouldBe("myFunction.aliasedCall(null)", '[this, "myFunction", undefined]');
43 shouldBe("myFunction.aliasedCall(undefined)", '[this, "myFunction", undefined]');
array-lastIndexOf.js 51 lastIndex = testArray.lastIndexOf(undefined);
56 lastIndex = testArray.lastIndexOf(undefined);
61 lastIndex = testArray.lastIndexOf(undefined);
64 testArray[19] = undefined;
66 lastIndex = testArray.lastIndexOf(undefined);
69 lastIndex = testArray.lastIndexOf(undefined, 18);
74 lastIndex = testArray.lastIndexOf(undefined);
regexp-in-and-foreach-handling.js 27 [ /(a)(_)?.+(c)(_)?.+(e)(_)?.+/, 'abcdef', '["abcdef", "a", undefined, "c", undefined, "e", undefined]' ],
28 [ /(a)(_)?/, 'abcdef', '["a", "a", undefined]' ],
29 [ /(_)?.+(a)/, 'xabcdef', '["xa", undefined, "a"]' ],
30 [ /(_)?.+(a)(_)?/, 'xabcdef', '["xa", undefined, "a", undefined]' ],
dfg-convert-this-dom-window.js 25 "This tests that we can correctly call Function.prototype.call in the DFG, but more precisely, that we give the correct this object in case it is undefined"
38 shouldBe("myFunction.call()", '[this, "myFunction", undefined]');
39 shouldBe("myFunction.call(null)", '[this, "myFunction", undefined]');
40 shouldBe("myFunction.call(undefined)", '[this, "myFunction", undefined]');
42 shouldBe("myFunction.aliasedCall()", '[this, "myFunction", undefined]');
43 shouldBe("myFunction.aliasedCall(null)", '[this, "myFunction", undefined]');
44 shouldBe("myFunction.aliasedCall(undefined)", '[this, "myFunction", undefined]');
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 83 #error OMX_U8 undefined
93 #error OMX_S8 undefined
103 #error OMX_U16 undefined
113 #error OMX_S16 undefined
123 #error OMX_U32 undefined
133 #error OMX_S32 undefined
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 83 #error OMX_U8 undefined
93 #error OMX_S8 undefined
103 #error OMX_U16 undefined
113 #error OMX_S16 undefined
123 #error OMX_U32 undefined
133 #error OMX_S32 undefined
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 83 #error OMX_U8 undefined
93 #error OMX_S8 undefined
103 #error OMX_U16 undefined
113 #error OMX_S16 undefined
123 #error OMX_U32 undefined
133 #error OMX_S32 undefined
  /external/chromium_org/v8/test/mjsunit/
array-concat.js 45 assertEquals("undefined", typeof(c[pos - 1]));
64 assertEquals("undefined", typeof(c[pos - 1]));
70 array_proto["123"] = undefined;
71 assertEquals("undefined", typeof(a[123]));
90 assertEquals("undefined", typeof(c.ben));
93 array_proto.moe = undefined;
94 assertEquals("undefined", typeof(c.moe));
99 assertEquals("undefined", typeof(a[0xffffffff]));
101 assertEquals("undefined", typeof(c[-1]));
102 assertEquals("undefined", typeof(c[0xffffffff]))
    [all...]
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...]
  /external/v8/test/mjsunit/
array-concat.js 45 assertEquals("undefined", typeof(c[pos - 1]));
64 assertEquals("undefined", typeof(c[pos - 1]));
70 array_proto["123"] = undefined;
71 assertEquals("undefined", typeof(a[123]));
90 assertEquals("undefined", typeof(c.ben));
93 array_proto.moe = undefined;
94 assertEquals("undefined", typeof(c.moe));
99 assertEquals("undefined", typeof(a[0xffffffff]));
101 assertEquals("undefined", typeof(c[-1]));
102 assertEquals("undefined", typeof(c[0xffffffff]))
    [all...]
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...]
  /external/chromium_org/webkit/data/test_shell/sort/
sort-insertion.js 4 if (arguments.length == 1 || x == undefined) {
  /external/llvm/test/MC/AsmParser/
ifb.s 23 .ifb undefined
55 .ifnb undefined
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xalloca.h 136 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined!
137 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined!
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xalloca.h 136 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined!
137 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined!
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xalloca.h 136 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined!
137 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined!
  /external/v8/test/mjsunit/regress/
regress-1436.js 29 // undefined as the receiver (which for non-strict functions is
47 [2, 3].every(non_strict, undefined);
50 [2, 3].every(strict, undefined);
54 [2, 3].filter(non_strict, undefined);
57 [2, 3].filter(strict, undefined);
61 [2, 3].forEach(non_strict, undefined);
64 [2, 3].forEach(strict, undefined);
68 [2, 3].map(non_strict, undefined);
71 [2, 3].map(strict, undefined);
75 [2, 3].some(non_strict, undefined);
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 65 if (littleEndian != undefined)
78 if (littleEndian != undefined)
85 assertSame(undefined, doSet());
114 test(isTestingGet, "Int8", undefined, 0);
117 test(isTestingGet, "Int8", 1e12, undefined);
120 test(isTestingGet, "Uint8", undefined, 0);
123 test(isTestingGet, "Uint8", 1e12, undefined);
127 test(isTestingGet, "Int16", undefined, 256, true);
131 test(isTestingGet, "Int16", 1e12, undefined, true);
135 test(isTestingGet, "Int16", undefined, 1)
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
string-split-conformance.js 45 ["'test'.split(/(?:)/, undefined)",        ["t", "e", "s", "t"]],
70 ["'.'.split(/(.)?(.)?/)",        ["", ".", undefined, ""]],
71 ["'A<B>bold</B>and<CODE>coded</CODE>'.split(ecmaSampleRe)", ["A", undefined, "B", "bold", "/", "B", "and", undefined, "CODE", "coded", "/", "CODE", ""]],
72 ["'tesst'.split(/(s)*/)",        ["t", undefined, "e", "s", "t"]],
73 ["'tesst'.split(/(s)*?/)",        ["t", undefined, "e", undefined, "s", undefined, "s", undefined, "t"]],

Completed in 881 milliseconds

1 23 4 5 6 7 8 91011>>