/external/v8/test/mjsunit/ |
regexp-static.js | 125 assertEquals(["foo",undefined], /foo(?:a(x))?/.exec("foobx"), 159 // Check that calling with no argument is the same as calling with undefined. 160 assertTrue(/^undefined$/.test()); 161 assertEquals(["undefined"], /^undefined$/.exec());
|
switch.js | 78 assertEquals("default", f2(undefined), "0-1-switch.undef"); 360 } else if (feedback !== undefined) { 399 expected: clause_type !== 'smi' ? 'ok-' + v : undefined 406 expected: clause_type !== 'smi' ? 'ok-' + v : undefined 411 { value: null, expected: undefined }, 412 { value: NaN, expected: undefined }, 413 { value: undefined, expected: undefined } 419 expected: clause_type !== 'string' ? 'ok-' + v : undefined 426 expected: clause_type !== 'string' ? 'ok-' + v : undefined [all...] |
strict-mode.js | 224 CheckStrictMode("function strict() { eval = undefined; }", SyntaxError); 225 CheckStrictMode("function strict() { arguments = undefined; }", SyntaxError); 226 CheckStrictMode("function strict() { print(eval = undefined); }", SyntaxError); 227 CheckStrictMode("function strict() { print(arguments = undefined); }", 229 CheckStrictMode("function strict() { var x = eval = undefined; }", SyntaxError); 230 CheckStrictMode("function strict() { var x = arguments = undefined; }", 234 CheckStrictMode("function strict() { eval *= undefined; }", SyntaxError); 235 CheckStrictMode("function strict() { arguments /= undefined; }", SyntaxError); 236 CheckStrictMode("function strict() { print(eval %= undefined); }", SyntaxError); 237 CheckStrictMode("function strict() { print(arguments %= undefined); }", [all...] |
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_elementwrongdocumenterr.js | 46 if (typeof(this.doc1) != 'undefined') { 52 if (typeof(this.doc2) != 'undefined') { 115 if (typeof(this.doc1) != 'undefined') { 121 if (typeof(this.doc2) != 'undefined') { 135 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
|
hc_namednodemapwrongdocumenterr.js | 46 if (typeof(this.doc1) != 'undefined') { 52 if (typeof(this.doc2) != 'undefined') { 115 if (typeof(this.doc1) != 'undefined') { 121 if (typeof(this.doc2) != 'undefined') { 137 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
|
hc_nodeinsertbeforenewchilddiffdocument.js | 46 if (typeof(this.doc1) != 'undefined') { 52 if (typeof(this.doc2) != 'undefined') { 113 if (typeof(this.doc1) != 'undefined') { 119 if (typeof(this.doc2) != 'undefined') { 135 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
|
hc_nodereplacechildnewchilddiffdocument.js | 46 if (typeof(this.doc1) != 'undefined') { 52 if (typeof(this.doc2) != 'undefined') { 113 if (typeof(this.doc1) != 'undefined') { 119 if (typeof(this.doc2) != 'undefined') { 135 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
|
hc_attrappendchild2.js | 46 if (typeof(this.doc) != 'undefined') { 98 if (typeof(this.doc) != 'undefined') { 115 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
|
hc_attrgetvalue2.js | 47 if (typeof(this.doc) != 'undefined') { 99 if (typeof(this.doc) != 'undefined') { 121 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
|
hc_attrremovechild2.js | 46 if (typeof(this.doc) != 'undefined') { 97 if (typeof(this.doc) != 'undefined') { 114 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
|
hc_characterdataindexsizeerrdeletedatacountnegative.js | 47 if (typeof(this.doc) != 'undefined') { 103 if (typeof(this.doc) != 'undefined') { 118 success = (typeof(ex.code) != 'undefined' && ex.code == 1);
|
hc_characterdataindexsizeerrdeletedataoffsetgreater.js | 46 if (typeof(this.doc) != 'undefined') { 104 if (typeof(this.doc) != 'undefined') { 119 success = (typeof(ex.code) != 'undefined' && ex.code == 1);
|
hc_characterdataindexsizeerrdeletedataoffsetnegative.js | 47 if (typeof(this.doc) != 'undefined') { 103 if (typeof(this.doc) != 'undefined') { 118 success = (typeof(ex.code) != 'undefined' && ex.code == 1);
|
hc_characterdataindexsizeerrinsertdataoffsetgreater.js | 46 if (typeof(this.doc) != 'undefined') { 103 if (typeof(this.doc) != 'undefined') { 118 success = (typeof(ex.code) != 'undefined' && ex.code == 1);
|
hc_characterdataindexsizeerrinsertdataoffsetnegative.js | 47 if (typeof(this.doc) != 'undefined') { 102 if (typeof(this.doc) != 'undefined') { 117 success = (typeof(ex.code) != 'undefined' && ex.code == 1);
|
hc_characterdataindexsizeerrreplacedatacountnegative.js | 47 if (typeof(this.doc) != 'undefined') { 104 if (typeof(this.doc) != 'undefined') { 119 success = (typeof(ex.code) != 'undefined' && ex.code == 1);
|
hc_characterdataindexsizeerrreplacedataoffsetgreater.js | 46 if (typeof(this.doc) != 'undefined') { 104 if (typeof(this.doc) != 'undefined') { 119 success = (typeof(ex.code) != 'undefined' && ex.code == 1);
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_elementwrongdocumenterr.js | 46 if (typeof(this.doc1) != 'undefined') { 52 if (typeof(this.doc2) != 'undefined') { 115 if (typeof(this.doc1) != 'undefined') { 121 if (typeof(this.doc2) != 'undefined') { 135 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
|
hc_namednodemapwrongdocumenterr.js | 46 if (typeof(this.doc1) != 'undefined') { 52 if (typeof(this.doc2) != 'undefined') { 115 if (typeof(this.doc1) != 'undefined') { 121 if (typeof(this.doc2) != 'undefined') { 137 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
|
hc_nodeinsertbeforenewchilddiffdocument.js | 46 if (typeof(this.doc1) != 'undefined') { 52 if (typeof(this.doc2) != 'undefined') { 113 if (typeof(this.doc1) != 'undefined') { 119 if (typeof(this.doc2) != 'undefined') { 135 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
|
hc_nodereplacechildnewchilddiffdocument.js | 46 if (typeof(this.doc1) != 'undefined') { 52 if (typeof(this.doc2) != 'undefined') { 113 if (typeof(this.doc1) != 'undefined') { 119 if (typeof(this.doc2) != 'undefined') { 135 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
|
/external/webkit/LayoutTests/fast/js/resources/ |
getOwnPropertyDescriptor.js | 42 descriptorShouldBe("global", "'undefined'", {writable: false, enumerable: false, configurable: false, value:"undefined"}); 65 descriptorShouldBe("objectWithGetter", "'getter'", {"get": "getterFunc", "set": undefined, enumerable: true, configurable: true}); 69 descriptorShouldBe("objectWithSetter", "'setter'", {"set": "setterFunc", "get": undefined, enumerable: true, configurable: true}); 76 shouldThrow("Object.getOwnPropertyDescriptor(undefined)");
|
JSON-stringify.js | 6 var complexObject = {a:"1", b:"2", c:"3", d:undefined, e:null, "":12, get f(){ return simpleArray; }, array: complexArray}; 12 var complexObjectWithProto = {d:"4", e:"5", f:"6", g:undefined, h:null, "":12, get i(){ return simpleArrayWithProto; }, array2: complexArrayWithProto, __proto__:complexObject}; 110 d.toJSON = undefined; 331 result[result.length - 1].expected = '(string)[1,2,3,null,null,null,4,5,6];0(number)1;1(number)2;2(number)3;3(number)undefined;4(number)undefined;5(number)undefined;6(number)4;7(number)5;8(number)6;' 373 return jsonObject.stringify([undefined,,null,0,false]); 376 return jsonObject.stringify({p1:undefined,p2:null,p3:0,p4:false}); 415 var magicObject = createArray(10, {abcdefg: [1,2,5,"ab", null, undefined, true, false,,], 424 return jsonObject.stringify(undefined); [all...] |
/external/v8/test/mjsunit/harmony/ |
collections.js | 53 assertThrows(function () { m.get(undefined) }, TypeError); 54 assertThrows(function () { m.set(undefined, 0) }, TypeError); 80 var keys = [ +0, -0, +Infinity, -Infinity, true, false, null, undefined ]; 109 var keys = [ +0, -0, +Infinity, -Infinity, true, false, null, undefined ]; 123 TestMapping(m, key, undefined); 138 assertSame(m.get(key), undefined); 163 for (key = head; key != undefined; key = m.get(key)) { 266 assertEquals(undefined, o.get); 267 assertEquals(undefined, o.set); 280 var alwaysBogus = [ undefined, null, true, "x", 23, {} ] [all...] |
block-conflicts.js | 81 "let x = undefined", 87 "const x = undefined", 94 "var x = undefined",
|