/external/chromium_org/v8/test/webkit/fast/js/ |
Promise-then-callback-receiver.js | 35 shouldBe('thisInOnFulfilled', 'undefined'); 45 shouldBe('thisInOnRejected', 'undefined');
|
primitive-property-access-edge-cases.js | 117 return x.foo === undefined; 123 return x.foo === undefined; 129 return x.foo === undefined; 136 return x.foo === undefined; 203 return x[42] === undefined; 209 return x[42] === undefined; 215 return x[42] === undefined; 222 return x[42] === undefined;
|
/external/chromium_org/v8/test/webkit/ |
sort-large-array.js | 42 shouldBe("testNoValues[9999]", "undefined"); 43 shouldBe("testNoValues[10000]", "undefined");
|
typeof-constant-string.js | 30 return typeof a == "undefined"; 33 shouldBeTrue("isUndefined(undefined)"); 38 return typeof a === "undefined"; 41 shouldBeTrue("isUndefinedStrict(undefined)"); 68 shouldBeFalse("isNumber(undefined)"); 76 shouldBeFalse("isNumberStrict(undefined)"); 131 } else if (typeof o == "undefined") { 228 } else if (typeof o === "undefined") {
|
/external/chromium_org/remoting/webapp/ |
typecheck.js | 20 if (opt_default === undefined) { 45 if (opt_default === undefined) { 70 if (opt_default === undefined) { 95 if (opt_default === undefined) { 120 if (opt_default === undefined) {
|
/external/chromium_org/v8/test/mjsunit/ |
debug-receiver.js | 91 BeginTest("strict: undefined"); TestStrict(undefined); EndTest(); 103 // null and undefined should be transformed to the global object and 115 BeginTest("non-strict: undefined"); TestNonStrict(undefined); EndTest();
|
delete.js | 30 function has(o, k) { return typeof o[k] !== 'undefined'; } 45 assertTrue(typeof x === 'undefined', "x is gone"); 50 assertFalse(typeof y === 'undefined'); 172 assertTrue(typeof load_a(x) === 'undefined', "x.a is gone"); 173 assertTrue(typeof load_a(x) === 'undefined', "x.a is gone");
|
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...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
proxies-json.js | 34 assertEquals(expected, JSON.stringify(object, undefined, 0)); 54 testStringify(undefined, proxy_fun); 85 assertEquals(expected2, JSON.stringify(parent2, undefined, 0)); 140 // Proxy that provides a toJSON function that returns undefined. 143 return function(key) { return undefined; };
|
private.js | 153 var values = [347, 1.275, NaN, "string", null, undefined, {}, function() {}] 170 assertEquals(undefined, symbols[i].a) 171 assertEquals(undefined, symbols[i]["a" + "b"]) 172 assertEquals(undefined, symbols[i]["" + "1"]) 173 assertEquals(undefined, symbols[i][62]) 186 assertEquals(undefined, symbols[i].a) 188 assertEquals(undefined, symbols[i]["a" + "b"]) 190 assertEquals(undefined, symbols[i][62]) 297 assertEquals(undefined, Object.getOwnPropertyDescriptor(obj, symbols[i])) 355 assertEquals(undefined, obj[sym] [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/ |
naclterm.js | 73 if (exitCode === undefined) 182 if (this.embed !== undefined) { 198 if (navigator.mimeTypes[mimetype] === undefined) { 246 if (args['arg1'] === undefined && NaClTerm.argv) { 262 if (this.embed === undefined)
|
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-key-codes.js | 30 // undefined, it will defer to state of the keyboard. 40 shiftModifier: undefined}, 41 'Arrow-Up': {keyCode: 0x26, keyName: 'ArrowUp', shiftModifier: undefined}, 43 shiftModifier: undefined}, 45 shiftModifier: undefined}, 188 * @return {?KeyboardEvent} A KeyboardEvent object, or undefined on 198 // the cached value of the shiftModifier is undefined, we defer to 201 if (keyCode == undefined || keyName == undefined) { 206 shiftModifier = (state.shiftModifier == undefined) [all...] |
kb-key-base.js | 66 pointerId: undefined, 136 this.pointerId = undefined; 143 if (this.pointerId === undefined) 148 this.pointerId = undefined; 198 if (this.keysetRules && this.keysetRules.up != undefined) { 204 if (this.keysetRules && this.keysetRules.down != undefined) { 221 if (this.keysetRules && this.keysetRules.long != undefined) {
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
DebuggerScript.js | 130 return undefined; 189 var breakId = Debug.setScriptBreakPointById(info.sourceID, info.lineNumber, info.columnNumber, info.condition, undefined, positionAlignment); 193 return undefined; 237 var topFrame = undefined; 248 return undefined; 251 return undefined; 252 return DebuggerScript._frameMirrorToJSCallFrame(execState.frame(index), undefined, DebuggerScript.ScopeInfoDetails.NoScopes); 365 var returnValue = isAtReturn ? frameDetails.returnValue() : undefined; 440 return undefined;
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
scene.js | 30 SELECTED = undefined; 35 if (shapes[shape.name] != undefined) { 63 return undefined; 68 if (shape == undefined) { 119 if (loadShape(shapes[i]) == undefined) { 125 if (loadBody(bodies[i]) == undefined) { 264 SELECTED = undefined;
|
/external/chromium_org/v8/test/mjsunit/es6/ |
iteration-semantics.js | 191 assertEquals([undefined, 1, 2, 3], 195 // A missing "done" is the same as undefined, which 203 assertEquals([undefined, undefined, undefined], 214 // Unlike the case with for-in, null and undefined cause an error. 216 assertThrows('fold(sum, 0, unreachable(undefined))', TypeError);
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
box2d.js | 23 F.NVector=function(y){if(y===G)y=0;for(var w=Array(y||0),A=0;A<y;++A)w[A]=0;return w};F.is=function(y,w){if(y===null)return false;if(w instanceof Function&&y instanceof w)return true;if(y.constructor.__implements!=G&&y.constructor.__implements[w])return true;return false};F.parseUInt=function(y){return Math.abs(parseInt(y))}})(Box2D);var Vector=Array,Vector_a2j_Number=Box2D.NVector;if(typeof Box2D==="undefined")Box2D={};if(typeof Box2D.Collision==="undefined")Box2D.Collision={}; 24 if(typeof Box2D.Collision.Shapes==="undefined")Box2D.Collision.Shapes={};if(typeof Box2D.Common==="undefined")Box2D.Common={};if(typeof Box2D.Common.Math==="undefined")Box2D.Common.Math={};if(typeof Box2D.Dynamics==="undefined")Box2D.Dynamics={};if(typeof Box2D.Dynamics.Contacts==="undefined")Box2D.Dynamics.Contacts={};if(typeof Box2D.Dynamics.Controllers==="undefined")Box2D.Dynamics.Controllers={};if(typeof Box2D.Dynamics.Joints==="undefined")Box2D.Dynamics.Joints={}; 57 new Vector_a2j_Number;this.lowerValues[0]=0;this.lowerValues[1]=0;this.upperValues=new Vector_a2j_Number;this.upperValues[0]=0;this.upperValues[1]=0};M.b2Collision=function(){};M.ClipSegmentToLine=function(b,e,f,m){if(m===undefined)m=0;var r,s=0;r=e[0];var v=r.v;r=e[1];var t=r.v,x=f.x*v.x+f.y*v.y-m;r=f.x*t.x+f.y*t.y-m;x<=0&&b[s+ (…) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
nav_braille.js | 21 * @param {{text: (undefined|string|!cvox.Spannable), 22 * startIndex: (undefined|number), 23 * endIndex: (undefined|number)}} kwargs The arguments for braille.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
tts.js | 99 if (func != undefined) { 124 if (properties['startCallback'] != undefined) { 129 if (properties['endCallback'] != undefined) {
|
/external/chromium_org/chrome/third_party/mock4js/ |
mock4js.js | 43 object.NOT_UNDEFINED = new MatchAnythingBut(new MatchExactly(undefined)); 452 if(typeof arguments[i] != 'object' && arguments[i].invoke === undefined) { 487 if(typeof arguments[i] != 'object' && arguments[i].invoke === undefined) { 500 if(mockedType === undefined || mockedType.prototype === undefined) { 571 if(arguments[i] !== null && arguments[i] !== undefined && arguments[i].argumentMatches) {
|
/external/chromium_org/third_party/skia/experimental/SkV8Example/ |
gears.js | 1 var IS_SKV8 = typeof document == "undefined"; 2 var HAS_PATH = typeof Path2D != "undefined"; 3 var HAS_DISPLAY_LIST = typeof DisplayList != "undefined";
|
/external/chromium_org/v8/src/ |
apinatives.js | 34 if (typeof Constructor === 'undefined') { 63 prototype = typeof template === 'undefined' 69 if (typeof parent !== 'undefined') {
|
/external/chromium_org/v8/test/mjsunit/bugs/ |
bug-2615.js | 33 assertEquals(undefined, a[0xfffffffe]); 64 assertEquals([10, undefined, undefined], a);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
poly_count_operation.js | 97 v = undefined; 124 v = undefined; 152 v = undefined;
|