/external/v8/test/mjsunit/ |
D | date-parse.js | 266 testCasesUT.forEach(testDateParse); 267 testCasesGMT.forEach(testDateParse); 268 testCasesEST.forEach(testDateParse); 269 testCasesEDT.forEach(testDateParse); 270 testCasesCST.forEach(testDateParse); 271 testCasesCDT.forEach(testDateParse); 272 testCasesMST.forEach(testDateParse); 273 testCasesMDT.forEach(testDateParse); 274 testCasesPST.forEach(testDateParse); 275 testCasesPDT.forEach(testDateParse); [all …]
|
D | array-iteration.js | 103 a.forEach(function(n) { count++; }); 109 a.forEach(function(n) { result.push(this.value); }, o); 115 a.forEach(function(n, index, array) { array[index] = n + 1; count++; }); 123 a.forEach(function(n, index, array) { array.push(n+1); count++; }); 131 a.forEach(function(n) { count++; }); 137 [1, 2].forEach(function() { a.push(this) }, ""); 142 [1, 2].forEach(function() { a.push(this) }, {}); 147 [1, 2].forEach(function() { 'use strict'; a.push(this); }, "");
|
D | eval-stack-trace.js | 46 this.forEach( 58 this.forEach( 70 this.forEach(
|
D | debug-stepin-builtin-callback.js | 70 a.forEach(cb_true); // B1 134 a.forEach(cb_true_2); // B2 B14 B20 B26 141 a.forEach(cb_foreach); // B1
|
D | switch.js | 354 values.forEach(fn); 359 }).forEach(fn); 431 pairs.forEach(function(pair) { 444 test_types.forEach(function(test_type) { 449 values.forEach(function(value) {
|
D | debug-stepin-foreach.js | 43 [1,2].forEach(callback); // Break 1. 44 [3,4].forEach(bound_callback); // Break 6.
|
/external/v8/test/mjsunit/es6/ |
D | typedarray-foreach.js | 25 assertEquals(1, constructor.prototype.forEach.length); 32 a.forEach(function (n) { count++; }); 38 a.forEach(function (n, index, array) { result.push(this.value); }, o); 43 a.forEach(function (n, index, array) { array[index] = n + 1; count++ }); 52 a.forEach(function () { 57 a.forEach(function () { 76 a.forEach(function (n, index, array) { 96 a.forEach(function (n, index, array) { 110 a.forEach(function (n) { count++ }); 118 a.forEach(function (n, index, array) { [all …]
|
D | debug-stepin-collections-foreach.js | 49 s.forEach(cb_set); // B1 57 m.forEach(cb_map); // B1 77 s.forEach(cb_set_2); // B2 B14 B26 82 m.forEach(cb_map_2); // B2 B14 B26 89 s.forEach(cb_set_foreach); // B1 97 m.forEach(cb_map_foreach); // B1
|
D | math-hyperbolic.js | 32 forEach(function(fun) { 49 [Math.PI, 2, 5, 1E-5, 0.3].forEach(function(x) { 58 [Math.sinh, Math.asinh, Math.tanh, Math.atanh].forEach(function(fun) { 64 [Math.sinh, Math.asinh].forEach(function(fun) { 82 [1.000000000001, Math.PI, 10000000, 2, Infinity, NaN].forEach(function(x) { 99 [0.99999999999, 0.2, -1000, 0, -0].forEach(function(x) { 133 [0, 1E-50, 1E-10, 1E10, 1E50, 1E100, 1E150].forEach(function(x) { 137 [1-(1E-16), 0, 1E-10, 1E-50].forEach(function(x) {
|
D | collections.js | 531 Set.prototype.set.forEach.call({}); 536 set.forEach({}); 549 set.forEach(function(v, k, s) { 575 set.forEach(function(v) { 593 set.forEach(function(v) { 611 set.forEach(function(v) { 631 set.forEach(function(v) { 651 set.forEach(function(v) { 653 set.forEach(function(v) { 674 set.forEach(function(v) { [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-1436.js | 60 [2, 3].forEach(non_strict); 61 [2, 3].forEach(non_strict, undefined); 62 [2, 3].forEach(non_strict, null); 63 [2, 3].forEach(strict); 64 [2, 3].forEach(strict, undefined); 65 [2, 3].forEach(strict_null, null);
|
D | regress-1447.js | 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); }); 33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
|
D | regress-2273.js | 64 [1].forEach(CheckStringReceiver, "foo"); 74 [1].forEach(CheckCoersion, "foo"); 87 [1].forEach(CheckStringReceiver, "foo"); 97 [1].forEach(CheckCoersion, "foo");
|
D | regress-1560.js | 52 factories.forEach(function(f) { w(f(), 0); }); 53 factories.forEach(function(f) { w(f(), 0); }); 55 factories.forEach(function(f) { w(f(), 0); });
|
/external/v8/test/mjsunit/harmony/ |
D | atomics.js | 49 [undefined, 1, 'hi', 3.4, ab, u32a, sab, sf32a, sf64a].forEach(function(o) { 84 [undefined, null, false, 'hi', {}].forEach(function(i) { 100 [-1, 2, 100].forEach(function(i) { 114 [-1, 1, 100].forEach(function(i) { 129 [2, 100].forEach(function(i) { 151 [3, 3.5, '3', '3.5', valueOf, toString].forEach(function(i) { 153 [si32a, si32a2].forEach(function(array) { 175 IntegerTypedArrayConstructors.forEach(function(t) { 180 [sta, sta2].forEach(function(array) { 197 IntegerTypedArrayConstructors.forEach(function(t) { [all …]
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
D | tokenizer_test.js | 30 nextToken.attrs.forEach(function (attr) { 78 testDescr.output.forEach(function (tokenEntry) { 88 Object.keys(tokenEntry).forEach(function (attrName) { 101 tokenEntries.forEach(function (tokenEntry) { 127 testSetFileNames.forEach(function (fileName) { 134 testDescrs.forEach(function (descr) { 143 descr.output.forEach(function (tokenEntry) { 148 descr.initialStates.forEach(function (initialState) { 171 loadTests().forEach(function (test) { 235 testCases.forEach(function (testCase) {
|
D | serializer_test.js | 62 htmlStrs.forEach(function (html) { 85 htmlStrs.forEach(function (htmlStr) { 120 testHtmlCases.forEach(function (testCase) { 138 TestUtils.loadSerializationTestData(testDataDir).forEach(function (test) {
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/ |
D | test_utils.js | 25 Object.keys(parse5.TreeAdapters).forEach(function (adapterName) { 31 Object.keys(tests).forEach(function (testName) { 73 testSetFileDirs.forEach(function (dirName) { 93 dataDirs.forEach(function (dataDirPath) { 97 testSetFileNames.forEach(function (fileName) { 105 testSet.split(/\r?\n/).forEach(function (line) { 120 testDescrs.forEach(function (descr) { 165 nodes.forEach(function (node) { 188 parts.forEach(function (part) { 203 treeAdapter.getAttrList(node).forEach(function (attr) {
|
/external/v8/test/webkit/ |
D | array-enumerators-functions-expected.txt | 57 …tIndex=-1;copyArray(simpleArray).forEach(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar… 58 …stIndex=-1;copyArray(emptyArray).forEach(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar… 59 …ex=-1;copyArray(largeEmptyArray).forEach(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar… 60 …x=-1;copyArray(largeSparseArray).forEach(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar… 61 …stIndex=-1;copyArray(simpleArray).forEach(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar… 62 …astIndex=-1;copyArray(emptyArray).forEach(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar… 63 …dex=-1;copyArray(largeEmptyArray).forEach(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar… 64 …ex=-1;copyArray(largeSparseArray).forEach(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar… 65 …stIndex=-1;copyArray(simpleArray).forEach(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Ar… 66 …astIndex=-1;copyArray(emptyArray).forEach(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Ar… [all …]
|
/external/clang/tools/scan-build/share/scan-build/ |
D | sorttable.js | 34 forEach(document.getElementsByTagName('table'), function(table) { 123 forEach(theadrow.childNodes, function(cell) { 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { function 457 Function.prototype.forEach = function(object, block, context) { function 466 String.forEach = function(string, block, context) { function 467 Array.forEach(string.split(""), function(chr, index) { 473 var forEach = function(object, block, context) { 479 } else if (object.forEach instanceof Function) { 481 object.forEach(block, context); [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/ |
D | testharness-runner.js | 53 testHarnessTests.forEach(defineTestharnessTest.bind(null, true)); 54 testHarnessFailures.forEach(defineTestharnessTest.bind(null, false)); 65 interpolationTests.forEach(defineTestharnessTest.bind(null, true)); 66 interpolationFailures.forEach(defineTestharnessTest.bind(null, false));
|
/external/v8/test/intl/general/ |
D | smp-identifier.js | 30 [0x10403, 0x1043C, 0x16F9C, 0x10048, 0x1014D].forEach(function(c) { 35 [0x101FD, 0x11002, 0x104A9].forEach(function(c) { 40 [0x10111, 0x1F4A9].forEach(function(c) {
|
/external/v8/test/intl/overrides/ |
D | string.js | 64 Object.keys(testData).forEach(testArrays); 69 Object.keys(testData).forEach(testArrays);
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | tick.js | 30 rafCallbacks.forEach(function(entry) { 41 processing.forEach(function(entry) { entry[1](t); }); 89 pendingEffects.forEach(function(f) { f(); });
|
D | group-constructors.js | 37 this.children.forEach(function(child) { 47 this.children.forEach(function(child) {
|