/external/chromium_org/v8/test/mjsunit/ |
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 | 42 // Check that an exception is thrown when undefined is passed as object. 45 Object.defineProperty(undefined, undefined, undefined); 55 Object.defineProperty(0, "foo", undefined); 114 // Check that we can't add property with undefined attributes. 116 Object.defineProperty(obj1, "foo", undefined); 126 // foo should be undefined as it has no get, set or value 127 assertEquals(undefined, obj1.foo); 135 assertEquals(desc.get, undefined); [all...] |
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...] |
function-bind.js | 147 assertEquals([foo, 0, undefined], f()); 231 f = foo.bind(undefined); 232 assertEquals([this, 0, undefined], f()); 235 assertEquals([this, 0, undefined], f()); 238 assertEquals([Object(42), 0, undefined], f()); 241 assertEquals([Object("foo"), 0, undefined], f()); 244 assertEquals([Object(true), 0, undefined], f()); 252 var s = soo.bind(undefined); 253 assertEquals([undefined, 0, undefined], s()) [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"));
|
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]");
|
array-slice.js | 57 assertEquals(array, array.slice(undefined)); 59 assertEquals(array, array.slice(undefined, undefined)); 90 assertEquals(7, array.slice(0, 7, obj, null, undefined).length); 158 assertEquals(array[3], undefined); 163 assertEquals(array[7], undefined); 201 assertEquals(array[3], undefined); 206 assertEquals(array[7], undefined); 231 func(['a', 1, undefined], 'a', 1, undefined); [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
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/chromium_org/v8/test/webkit/ |
cached-call-uninitialized-arguments.js | 25 "This test checks that uninitialized parameters for cached call functions correctly defaults to undefined." 42 testFailed(_a + " should be undefined. Threw exception " + exception); 43 else if (typeof _av == "undefined") 44 testPassed(_a + " is undefined."); 46 testFailed(_a + " should be undefined. Was " + _av);
|
/external/chromium_org/v8/test/webkit/fast/regex/ |
ecma-regex-examples.js | 32 shouldBe('regex02.exec("abc")', '["abc", "a", "a", undefined, "bc", undefined, "bc"]'); 47 shouldBe('regex07.exec("zaacbbbcac")', '["zaacbbbcac", "z", "ac", "a", undefined, "c"]'); 50 shouldBe('regex08.exec("b")', '["", undefined]'); 62 shouldBe('regex12.exec("baaabaac")', '["baaabaac", "ba", undefined, "abaac"]');
|
/external/chromium_org/v8/test/cctest/compiler/ |
function-tester.h | 88 return Execution::Call(isolate, function, undefined(), 2, args, false); 121 CheckCall(expected, a, undefined()); 125 CheckCall(expected, undefined(), undefined()); 136 void CheckTrue(Handle<Object> a) { CheckCall(true_value(), a, undefined()); } 147 CheckCall(false_value(), a, undefined()); 178 Handle<Object> undefined() { return isolate->factory()->undefined_value(); } function in class:v8::internal::compiler::FunctionTester
|
/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...] |
object-literals-method.js | 100 assertEquals(undefined, f.prototype); 146 assertIteratorResult(undefined, true, g.next()); 158 assertIteratorResult(undefined, true, g.next()); 186 assertIteratorResult(undefined, true, g.next()); 209 assertIteratorResult(undefined, true, g.next()); 238 assertIteratorResult(undefined, true, g.next());
|
/external/chromium_org/chrome/browser/resources/google_now/ |
cards.js | 11 * showTimeSec: (string|undefined), 39 * messageUrl: (string|undefined), 40 * buttonUrls: (Array.<string>|undefined) 61 * actionUrls: (ActionUrls|undefined), 63 * locationBased: (boolean|undefined), 65 * cardTypeId: (number|undefined) 76 * showTime: (number|undefined), 95 * actionUrls: (ActionUrls|undefined), 96 * cardTypeId: (number|undefined), 120 * @param {(ReceivedNotification|undefined)} receivedNotification Google No [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/ |
externs.js | 24 * @param {function(string, !ChromeKeyboardEvent): (boolean|undefined)} callback 86 /** @type {!Object|undefined} */ 170 * label: (string|undefined), 172 * visible: (boolean|undefined), 173 * checked: (boolean|undefined), 174 * enabled: (boolean|undefined)
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
lval-exceptions.js | 25 // Tests for raising --- and non-raising exceptions on access to reference to undefined things... 27 // Locals should throw on access if undefined.. 33 // Other reference types should just return undefined... 56 if (typeof exType == "undefined" || exception instanceof exType) 60 } else if (typeof _av == "undefined") 61 testFailed(f + " should throw exception " + exType + ". Was undefined.");
|
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...] |
/external/compiler-rt/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/chromium_org/third_party/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...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
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...] |
/build/core/combo/ |
HOST_linux-x86_64.mk | 53 HOST_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
module.h | 62 #error MODULE_PROC_FAMILY undefined for your processor configuration
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
desktop_capture_custom_bindings.js | 27 if (callback === undefined) { 29 target_tab = undefined;
|
/external/chromium_org/remoting/webapp/ |
wcs_sandbox_content.js | 58 if (stanza === undefined) { 72 if (token === undefined) { 93 if (id === undefined) { 104 if (xhr === undefined) {
|