Home
last modified time | relevance | path

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

1234567

/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
/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 …]
Dtail-call-megatest.js372 f_variants.forEach((f_cfg) => {
373 check_new_target_variants.forEach((check_new_target) => {
374 deopt_mode_variants.forEach((deopt_mode) => {
375 g_variants.forEach((g_cfg) => {
376 f_args_variants.forEach((f_args) => {
377 g_args_variants.forEach((g_args) => {
378 f_inlinable_variants.forEach((f_inlinable) => {
379 g_inlinable_variants.forEach((g_inlinable) => {
380 test_warmup_counts.forEach((test_warmup_count) => {
/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); });
Dregress-619382.js31 __v_26.forEach(function(__v_16) {
32 __v_28.forEach(function(ctor) {
/external/v8/test/mjsunit/harmony/
Datomics.js46 badArrayTypes.forEach(function(o) {
67 nonInteger.forEach(function(i) {
81 [-1, 2, 100].forEach(function(i) {
95 [-1, 1, 100].forEach(function(i) {
109 [2, 100].forEach(function(i) {
143 [-0, 0, 0.0, null, false].forEach(function(i) {
145 [si32a, si32a2].forEach(function(array) {
161 [3, 3.0, '3', '3.0', valueOf, toString].forEach(function(i) {
163 [si32a, si32a2].forEach(function(array) {
185 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/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/tools/turbolizer/
Dgraph-layout.js205 nodeOccupation.forEach(function(o) {
211 source.outputs.forEach(function(edge) {
260 graph.nodes.forEach(function(n, i){
264 graph.edges.forEach(function(e, i){
274 graph.nodes.forEach(function(n, i){
354 startNodes.forEach(dfsFindRankLate);
371 startNodes.forEach(dfsRankOrder);
373 endNodes.forEach(function(n) {
379 graph.nodes.forEach(function(n, i){
397 rankSets.reverse().forEach(function(rankSet) {
Dnode.js74 this.inputs.forEach(function(e) {
85 this.outputs.forEach(function(e) { if (e.isVisible()) ++visibleCount; });
92 this.outputs.forEach(function(e) {
/external/v8/test/mjsunit/ignition/
Dignition-statistics-extension.js40 common_source_bytecodes.forEach(function (source_bytecode) {
48 old_destination_bytecodes.forEach(function (name) {
54 new_destination_bytecodes.forEach(function (destination_bytecode) {
/external/v8/test/intl/overrides/
Dstring.js64 Object.keys(testData).forEach(testArrays);
69 Object.keys(testData).forEach(testArrays);

1234567