HomeSort by relevance Sort by last modified time
    Searched refs:false (Results 151 - 175 of 840) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/test/mjsunit/compiler/
inline-param.js 40 assertTrue(false); // Should not happen.
60 assertEquals(false, o.h(y, p));
63 assertTrue(false); // Should not happen.
74 assertEquals(false, o.h(y + 1, p + 1));
77 assertTrue(false); // Should not happen.
load-elimination-global.js 33 X = false;
35 X = false;
46 if (false) ;
177 X = false;
184 X = false;
simple-inlining.js 40 assertTrue(false); // Should not happen.
62 assertTrue(false); // Should not happen.
84 assertTrue(false); // Should not happen.
106 assertTrue(false); // Should not happen.
128 assertTrue(false); // Should not happen.
151 assertTrue(false); // Should not happen.
uint32.js 105 assertEquals(K4 | 0, Uint32Phi(false, K3, K4));
107 assertEquals(K4 | 0, Uint32Phi(false, K3, K4));
110 assertEquals(K4 | 0, Uint32Phi(false, K3, K4));
118 assertEquals(K4 | 0, NonUint32Phi(false, K3, K4));
120 assertEquals(K4 | 0, NonUint32Phi(false, K3, K4));
123 assertEquals(K4 | 0, NonUint32Phi(false, K3, K4));
  /external/v8/test/mjsunit/harmony/
string-codepointat.js 11 assertEquals(String.prototype.propertyIsEnumerable("codePointAt"), false);
28 assertEquals("abc\uD834\uDF06def".codePointAt(false), 0x61);
42 assertEquals("\uD834\uDF06def".codePointAt(false), 0x1D306);
53 assertEquals("\uD834abc".codePointAt(false), 0xD834);
65 assertEquals("\uDF06abc".codePointAt(false), 0xDF06);
array-find.js 33 assertEquals(undefined, a.find(function() { return false; }));
57 return false;
83 return false;
102 return false;
125 return false;
190 var found = a.find(function(val) { a.push(val); return false; });
196 found = a.find(function(val, key) { a[key] = ++val; return false; });
213 a.find(function() { count++; return false; });
256 assertThrows('[].find(false)', TypeError);
266 assertThrows('Array.prototype.find.call({}, false)', TypeError)
    [all...]
array-findindex.js 33 assertEquals(-1, a.findIndex(function() { return false; }));
57 return false;
83 return false;
103 return false;
126 return false;
192 a.findIndex(function(val) { a.push(val); return false; });
197 a.findIndex(function(val, key) { a[key] = ++val; return false; });
213 a.findIndex(function() { count++; return false; });
256 assertThrows('[].findIndex(false)', TypeError);
266 assertThrows('Array.prototype.findIndex.call({}, false)', TypeError)
    [all...]
block-leave.js 43 assertTrue(false);
55 assertTrue(false);
57 } while (false);
59 var caught = false;
64 assertTrue(false);
74 assertTrue(false); // should not reach here
  /external/v8/test/webkit/fast/js/kde/
exceptions.js 35 var caught = false;
47 var caught = false;
59 var caught = false;
77 var caught = false;
88 var caught = false;
  /external/v8/test/mjsunit/
debug-references.js 32 listenerComplete = false;
33 exception = false;
79 testRequest(dcp, void 0, false);
80 testRequest(dcp, '{"handle":"a"}', false);
81 testRequest(dcp, '{"handle":1}', false);
82 testRequest(dcp, '{"type":"referencedBy"}', false);
83 testRequest(dcp, '{"type":"constructedBy"}', false);
debug-return-value.js 64 listener_complete = false;
65 exception = false;
113 var dcp = exec_state.debugCommandProcessor(false);
143 listener_complete = false;
151 listener_complete = false;
159 listener_complete = false;
160 f(false);
object-seal.js 36 var exception = false;
47 exception = false;
171 // has been set to false on all properties manually and the extensible
172 // flag has also been set to false manually.
177 Object.defineProperty(obj3, 'x', {configurable: false, writable: true});
178 Object.defineProperty(obj3, 'y', {configurable: false, writable: false});
187 Object.defineProperty(obj4, 'x', {configurable: true, writable: false});
188 Object.defineProperty(obj4, 'y', {configurable: false, writable: false});
    [all...]
strict-mode.js 288 CheckStrictMode("for (const x = 0; false;) {}", SyntaxError);
293 CheckStrictMode("for (;false;) { function invalid() {} }", SyntaxError);
412 testAssignToUndefined(assignToUndefined, false);
413 testAssignToUndefined(assignToUndefined, false);
414 testAssignToUndefined(assignToUndefined, false);
424 repeat(10, function() { testAssignToUndefined(assignToUndefined, false); });
428 repeat(10, function() { testAssignToUndefined(assignToUndefined, false); });
442 testAssignToUndefined(assignToUndefinedWithEval, false);
443 testAssignToUndefined(assignToUndefinedWithEval, false);
444 testAssignToUndefined(assignToUndefinedWithEval, false);
    [all...]
math-imul.js 77 TestMathImul(0, false, 7);
78 TestMathImul(0, 7, false);
79 TestMathImul(0, false, false);
85 TestMathImul(0, false, true);
86 TestMathImul(0, true, false);
string-charcodeat.js 134 assertEquals(84, g().charCodeAt(false), 19 + t);
145 TestStringType(Cons, false);
146 TestStringType(Deep, false);
147 TestStringType(Slice, false);
148 TestStringType(Flat, false);
149 TestStringType(NotAString, false);
with-leave.js 31 assertTrue(false);
38 assertTrue(false);
40 } while (false);
42 var caught = false;
44 with ({x:18}) { throw 25; assertTrue(false); }
54 assertTrue(false); // should not reach here
bitwise-operations-bools.js 34 if (t) b = false;
44 if (t) b = false;
75 if (t) b = false;
  /external/v8/test/mjsunit/regress/
regress-70066.js 42 assertEquals("1:false", test1(), "test1");
56 assertEquals("2:false", test2(), "test2");
67 assertEquals("3:false", test3(3), "test3");
80 assertEquals("4:false", test4(4), "test4");
91 assertEquals("5:false", test5(5), "test5");
102 assertEquals("6:false", test6(6), "test6");
141 assertEquals(false, test10(), "test10");
regress-410912.js 16 function deepObjectEquals(a, b) { var aProps = Object.keys(a); aProps.sort(); var bProps = Object.keys(b); bProps.sort(); if (!deepEquals(aProps, bProps)) { return false; } for (var i = 0; i < aProps.length; i++) { if (!deepEquals(a[aProps[i]], b[aProps[i]])) { return false; } } return true; }
17 function deepEquals(a, b) { if (a === b) { if (a === 0) return (1 / a) === (1 / b); return true; } if (typeof a != typeof b) return false; if (typeof a == "number") return isNaN(a) && isNaN(b); if (typeof a !== "object" && typeof a !== "function") return false; var objectClass = classOf(a); if (objectClass !== classOf(b)) return false; if (objectClass === "RegExp") { return (a.toString() === b.toString()); } if (objectClass === "Function") return false; if (objectClass === "Array") { var elementCount = 0; if (a.length != b.length) { return false; } for (var i = 0; i < a.length; i++) { if (!deepEquals(a[i], b[i])) return false; } return true; } if (objectClass == "String" || objectClass == "Number" || objectClass == "Boolean" || objectClass == "Date") { if (a.valueOf() !== b.valueOf()) return false; } return deepObjectEquals(a, b); }
24 assertFalse = function assertFalse(value, name_opt) { assertEquals(false, value, name_opt); }
    [all...]
regress-1200351.js 44 eval("export Join((void), false.className(), null instanceof continue, return 'a', 0.__defineGetter__(x,function(){native}))")
108 eval("String(new RegExp.call(1)).prototype.unescape(parseFloat(-1)) = false<<true.x.lastIndexOf(1)")
116 eval("new RegExp>>0.2.superConstructor.prototype.eval(void).className() = false.join().prototype.name")
156 eval("const x = -1.lastIndexOf(false)?parseFloat(void):Join(null, continue, new Object(), x, break)")
168 eval("label function () { false }.__lookupGetter__(this==1)")
188 eval("SetValueOf(break.superConstructor[throw new false(true)], this.~x)")
216 eval("native parseFloat(false.charAt(new RegExp))")
260 eval("with ({ 0>>>=this.lastIndex : new Object().lastIndexOf(true).toObject() }) { x.lastIndex > 1.__defineSetter__(false,function(){this}) }")
264 eval("with ({ throw new false(0.2).prototype.name : parseFloat(false)+(!debugger) }) { escape(undef.lastIndex) }"
    [all...]
regress-219.js 47 assertFlags(re, false, false, false)
53 assertFlags(re, false, false, false)
  /external/v8/src/
v8natives.js 178 var f = %CompileString(x, false);
243 if (IS_SYMBOL(V)) return false;
255 if (!IS_SPEC_OBJECT(V)) return false;
265 if (IS_SYMBOL(V)) return false;
268 return IS_UNDEFINED(desc) ? false : desc.isEnumerable();
288 DefineOwnProperty(ToObject(receiver), ToName(name), desc, false);
314 DefineOwnProperty(ToObject(receiver), ToName(name), desc, false);
334 return ToNameArray(names, "keys", false);
342 if (IS_UNDEFINED(desc)) return false;
349 if (IS_UNDEFINED(desc)) return false;
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
open_element_stack.js 28 return false;
79 return false;
109 return false;
270 return false;
284 return false;
300 return false;
316 return false;
332 return false;
348 return false;
364 return false;
    [all...]
  /external/compiler-rt/make/platform/
darwin_bni.mk 12 override CC := $(shell xcrun -sdk $(SDKROOT) -find clang || echo "false")
13 AR := $(shell xcrun -sdk $(SDKROOT) -find ar || echo "false")
14 RANLIB := $(shell xcrun -sdk $(SDKROOT) -find ranlib || echo "false")
15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip || echo "false")
16 LIPO := $(shell xcrun -sdk $(SDKROOT) -find lipo || echo "false")
17 DSYMUTIL := $(shell xcrun -sdk $(SDKROOT) -find dsymutil || echo "false")
  /external/v8/test/webkit/resources/
standalone-pre.js 24 var wasPostTestScriptParsed = false;
61 return false;
63 return false;
66 return false;
87 return false;
121 function shouldBeFalse(_a) { shouldBe(_a, "false"); }

Completed in 337 milliseconds

1 2 3 4 5 67 8 91011>>