/external/chromium_org/v8/test/mjsunit/ |
debug-evaluate-const.js | 46 assertEquals(undefined, const1); 47 assertEquals(undefined, const2); 57 assertEquals(undefined, const1); 58 assertEquals(undefined, const2); 85 "const1" : undefined, 86 "const2" : undefined, 88 "var0" : undefined,
|
mirror-unresolved-function.js | 61 assertEquals('undefined', typeof mirror.inferredName()); 64 assertEquals('undefined', mirror.constructorFunction().type()); 65 assertEquals('undefined', mirror.protoObject().type()); 66 assertEquals('undefined', mirror.prototypeObject().type()); 73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON'); 75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON'); 77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
|
double-equals.js | 99 // Null and undefined are equal to themselves. 102 testEqual(undefined, undefined); 130 // Null and undefined are equal to each-other, and to nothing else. 131 testEqual(null, undefined); 132 testEqual(undefined, null); 139 testNotEqual(undefined, new Wrapper(undefined)); 140 testNotEqual(undefined, 0); 141 testNotEqual(undefined, false) [all...] |
regexp-global.js | 33 capture === undefined); 56 assertTrue((c1 === undefined && c2 === undefined) || 57 (c2 === undefined && c3 === undefined) || 58 (c1 === undefined && c3 === undefined)); 69 assertTrue(num_legs !== undefined); 70 assertTrue(likeability !== undefined); 85 capture === undefined); [all...] |
debug-step-4-in-frame.js | 72 if (frame_index !== undefined) { 112 TestCase(undefined, 0, "0,0,-1"); 113 TestCase(undefined, 1, "0,0,-1"); 114 TestCase(undefined, 2, "0,0,0"); 115 TestCase(undefined, 5, "0,0,1"); 116 TestCase(undefined, 8, "0,0,3");
|
error-tostring.js | 63 return (nameValue === undefined) ? nameValue : { 69 return (messageValue === undefined) ? messageValue : { 78 assertEquals(["Error",[1,3]], testErrorToString(undefined, undefined)); 79 assertEquals(["e1",[1,2,3]], testErrorToString("e1", undefined)); 82 assertEquals(["Error: e2",[1,3,4]], testErrorToString(undefined, "e2"));
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-674753.js | 56 // Undefined 57 assertTrue(typeof void 0 == 'undefined'); 58 assertTrue(typeof void 0 === 'undefined'); 59 assertFalse(typeof 1 == 'undefined'); 60 assertFalse(typeof 1 === 'undefined'); 61 assertFalse(typeof Object() == 'undefined'); 62 assertFalse(typeof Object() === 'undefined');
|
/external/chromium_org/v8/test/webkit/ |
JSON-stringify-replacer.js | 26 var object = {0:0, 1:1, 2:2, 3:undefined}; 27 var array = [0, 1, 2, undefined]; 41 return undefined; 65 if (v === undefined) 66 return "undefined value"; 88 shouldBe("JSON.stringify(object, returnStringForUndefined)", '\'{"0":0,"1":1,"2":2,"3":"undefined value"}\''); 89 shouldBe("JSON.stringify(array, returnStringForUndefined)", '\'[0,1,2,"undefined value"]\'');
|
array-filter-expected.txt | 29 PASS [undefined].filter(passUndefined) is [undefined] 34 PASS toObject([undefined]).filter(passUndefined) is [undefined] 39 PASS reverseInsertionOrder([undefined]).filter(passUndefined) is [undefined] 45 PASS reverseInsertionOrder([undefined]).filter(filterLog(passUndefined)) is [undefined] 66 PASS ([undefined]).filter(filterLog(passUndefined)) is [undefined] [all...] |
/external/compiler-rt/make/ |
subdir.mk | 41 $$(call Set,$$(var),UNDEFINED)) 48 $$(if $$(call strneq,UNDEFINED,$$($$(var))), \ 50 $$(info MAKE: $(Dir): $$(var) is undefined))) 53 # Check for undefined required variables, and unset sentinel value from optional 56 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \ 57 $$(error $(Dir): variable '$$(var)' was not undefined))) 59 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
|
/external/v8/test/mjsunit/ |
mirror-unresolved-function.js | 61 assertEquals('undefined', typeof mirror.inferredName()); 64 assertEquals('undefined', mirror.constructorFunction().type()); 65 assertEquals('undefined', mirror.protoObject().type()); 66 assertEquals('undefined', mirror.prototypeObject().type()); 73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON'); 75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON'); 77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
|
double-equals.js | 99 // Null and undefined are equal to themselves. 102 testEqual(undefined, undefined); 130 // Null and undefined are equal to each-other, and to nothing else. 131 testEqual(null, undefined); 132 testEqual(undefined, null); 139 testNotEqual(undefined, new Wrapper(undefined)); 140 testNotEqual(undefined, 0); 141 testNotEqual(undefined, false) [all...] |
/external/v8/test/mjsunit/regress/ |
regress-674753.js | 56 // Undefined 57 assertTrue(typeof void 0 == 'undefined'); 58 assertTrue(typeof void 0 === 'undefined'); 59 assertFalse(typeof 1 == 'undefined'); 60 assertFalse(typeof 1 === 'undefined'); 61 assertFalse(typeof Object() == 'undefined'); 62 assertFalse(typeof Object() === 'undefined');
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
array-find.js | 33 assertEquals(undefined, a.find(function() { return false; })); 35 assertEquals(undefined, a.find(function(val) { return 121 === val; })); 38 assertEquals(22, a.find(function(val) { return 22 === val; }), undefined); 90 assertEquals(undefined, found); 106 assertEquals(undefined, found); 132 assertEquals(undefined, found); 181 assertEquals(undefined, found); 193 assertEquals(undefined, found); 199 assertEquals(undefined, found); 245 assertThrows('Array.prototype.find.call(undefined, function() { })' [all...] |
/external/chromium_org/chrome/browser/resources/net_internals/ |
source_entry.js | 43 // Skip both cases where netErrorCode is undefined, and cases where it 76 if (e.params == undefined) { 99 if (e.params.host != undefined) 113 if (e.params.source_dependency != undefined) { 120 if (e.params.address != undefined) { 126 this.entries_[0].params.source_dependency != undefined) { 167 if (this.description_ == undefined) 188 return undefined; 191 if (e != undefined) 198 if (e != undefined) [all...] |
/external/clang/test/Driver/ |
fsanitize.c | 1 // RUN: %clang -target x86_64-linux-gnu -fcatch-undefined-behavior %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-UNDEFINED-TRAP 2 // RUN: %clang -target x86_64-linux-gnu -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-UNDEFINED-TRAP 3 // RUN: %clang -target x86_64-linux-gnu -fsanitize-undefined-trap-on-error -fsanitize=undefined-trap %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-UNDEFINED-TRAP 4 // CHECK-UNDEFINED-TRAP: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|shift|unreachable|return|vla-bound|alignment|null|object-size|float-cast-overflow|bounds|enum|bool),?){14}"}} 5 // CHECK-UNDEFINED-TRAP: "-fsanitize-undefined-trap-on-error [all...] |
/external/chromium-trace/trace-viewer/src/cc/ |
selection.js | 21 * example if the device viewport is selected, then this returns undefined. 30 * Otherwise, returns undefined. 39 * Otherwise, returns undefined. 63 * or undefined if it can't be done. 87 return undefined; 91 return undefined; 108 return undefined; 149 return undefined; 152 return undefined; 197 return undefined; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.idl | 32 [MeasureAs=ElementGetAttributeNode] Attr getAttributeNode([Default=Undefined] optional DOMString name); // Removed from DOM4. 33 [RaisesException, CustomElementCallbacks, MeasureAs=ElementSetAttributeNode] Attr setAttributeNode([Default=Undefined, StrictTypeChecking] optional Attr newAttr); // Removed from DOM4. 34 [RaisesException, CustomElementCallbacks, MeasureAs=ElementRemoveAttributeNode] Attr removeAttributeNode([Default=Undefined, StrictTypeChecking] optional Attr oldAttr); // Removed from DOM4. 46 [MeasureAs=ElementGetAttributeNodeNS] Attr getAttributeNodeNS([TreatNullAs=NullString,Default=Undefined] optional DOMString namespaceURI, 47 [Default=Undefined] optional DOMString localName); // Removed from DOM4. 48 [RaisesException, CustomElementCallbacks, MeasureAs=ElementSetAttributeNodeNS] Attr setAttributeNodeNS([Default=Undefined, StrictTypeChecking] optional Attr newAttr); // Removed from DOM4. 83 void scrollByLines([Default=Undefined] optional long lines); 84 void scrollByPages([Default=Undefined] optional long pages); 102 [RaisesException, MeasureAs=ElementPrefixedMatchesSelector] boolean webkitMatchesSelector([Default=Undefined] optional DOMString selectors); 121 [RuntimeEnabled=Fullscreen, PerWorldBindings, ActivityLogging=ForAllWorlds, MeasureAs=PrefixedElementRequestFullScreen] void webkitRequestFullScreen([Default=Undefined] optional unsigned short flags) [all...] |
/external/chromium_org/v8/test/webkit/resources/ |
standalone-pre.js | 144 testFailed(_a + " should be undefined. Threw exception " + exception); 145 else if (typeof _av == "undefined") 146 testPassed(_a + " is undefined."); 148 testFailed(_a + " should be undefined. Was " + _av); 167 if (typeof _e == "undefined" || exception == _ev) 170 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + "."); 171 } else if (typeof _av == "undefined") 172 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined."); 174 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".") [all...] |
/external/chromium_org/v8/src/ |
i18n.js | 41 var undefined = global.undefined; 52 'collator': undefined, 53 'numberformat': undefined, 54 'dateformat': undefined, 55 'breakiterator': undefined 61 var DEFAULT_ICU_LOCALE = undefined; 66 var UNICODE_EXTENSION_RE = undefined; 69 if (UNICODE_EXTENSION_RE === undefined) { 78 var ANY_EXTENSION_RE = undefined; [all...] |
/external/chromium/chrome/browser/resources/gpu_internals/ |
browser_bridge.js | 14 if (chrome.send === undefined && console.log) { 76 if (this.pendingCallbacks_[requestId] === undefined) { 101 * as undefined, then we will issue the request again in 250ms. 104 this.callAsync('requestClientInfo', undefined, (function(data) { 105 if (data === undefined) { // try again in 250 ms 126 this.callAsync('requestLogMessages', undefined,
|
/external/chromium-trace/trace-viewer/src/base/ |
bbox2.js | 21 this.min_ = undefined; 22 this.max_ = undefined; 30 this.min_ = undefined; 31 this.max_ = undefined; 96 return undefined; 102 return undefined;
|
settings_test.js | 55 var obj = {'hello': undefined}; 65 settings.set('my_key', undefined); 71 // Undefined should be returned if value isn't set. 72 assertSettingIs(undefined, 'my_key'); 84 assertEquals('foo', settings.get('key_a', undefined, 'my_prefix')); 86 assertEquals(undefined, settings.get('key_a'));
|
/external/chromium_org/content/browser/resources/gpu/ |
browser_bridge.js | 14 this.debugMode_ = (chrome.send === undefined && console.log); 74 if (this.pendingCallbacks_[requestId] === undefined) { 99 * as undefined, then we will issue the request again in 250ms. 102 this.callAsync('requestClientInfo', undefined, (function(data) { 103 if (data === undefined) { // try again in 250 ms 124 this.callAsync('requestLogMessages', undefined,
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
operators.js | 125 shouldBeTrue("!undefined"); 134 shouldBeTrue("nonSpeculativeNot(undefined)"); 312 shouldBeTrue("'a' != undefined"); 314 shouldBeTrue("null == undefined"); 315 shouldBeTrue("undefined == undefined"); 317 shouldBeTrue("true != undefined"); 319 shouldBeTrue("false != undefined"); 325 shouldBeTrue("NaN != undefined"); 338 shouldBeTrue("nonSpeculativeNotEqual('a', undefined)"); [all...] |