Home
last modified time | relevance | path

Searched refs:forEach (Results 1 – 25 of 182) sorted by relevance

12345678

/external/v8/test/mjsunit/
Ddate-parse.js266 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 …]
Darray-iteration.js103 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); }, "");
Deval-stack-trace.js46 this.forEach(
58 this.forEach(
70 this.forEach(
Ddebug-stepin-builtin-callback.js70 a.forEach(cb_true); // B1
134 a.forEach(cb_true_2); // B2 B14 B20 B26
141 a.forEach(cb_foreach); // B1
Dswitch.js354 values.forEach(fn);
359 }).forEach(fn);
431 pairs.forEach(function(pair) {
444 test_types.forEach(function(test_type) {
449 values.forEach(function(value) {
Ddebug-stepin-foreach.js43 [1,2].forEach(callback); // Break 1.
44 [3,4].forEach(bound_callback); // Break 6.
/external/v8/test/mjsunit/es6/
Dtypedarray-foreach.js25 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 …]
Ddebug-stepin-collections-foreach.js49 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
Dmath-hyperbolic.js32 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) {
Dcollections.js531 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/
Dregress-1436.js60 [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);
Dregress-1447.js28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
Dregress-2273.js64 [1].forEach(CheckStringReceiver, "foo");
74 [1].forEach(CheckCoersion, "foo");
87 [1].forEach(CheckStringReceiver, "foo");
97 [1].forEach(CheckCoersion, "foo");
Dregress-1560.js52 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/
Datomics.js49 [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/
Dtokenizer_test.js30 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) {
Dserializer_test.js62 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/
Dtest_utils.js25 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/
Darray-enumerators-functions-expected.txt57 …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/
Dsorttable.js34 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/
Dtestharness-runner.js53 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/
Dsmp-identifier.js30 [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/
Dstring.js64 Object.keys(testData).forEach(testArrays);
69 Object.keys(testData).forEach(testArrays);
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtick.js30 rafCallbacks.forEach(function(entry) {
41 processing.forEach(function(entry) { entry[1](t); });
89 pendingEffects.forEach(function(f) { f(); });
Dgroup-constructors.js37 this.children.forEach(function(child) {
47 this.children.forEach(function(child) {

12345678