Home
last modified time | relevance | path

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

12345

/external/v8/test/mjsunit/
Ddate-parse.js258 testCasesUT.forEach(testDateParse);
259 testCasesGMT.forEach(testDateParse);
260 testCasesEST.forEach(testDateParse);
261 testCasesEDT.forEach(testDateParse);
262 testCasesCST.forEach(testDateParse);
263 testCasesCDT.forEach(testDateParse);
264 testCasesMST.forEach(testDateParse);
265 testCasesMDT.forEach(testDateParse);
266 testCasesPST.forEach(testDateParse);
267 testCasesPDT.forEach(testDateParse);
[all …]
Darray-iteration.js81 a.forEach(function(n) { count++; });
87 a.forEach(function(n) { result.push(this.value); }, o);
93 a.forEach(function(n, index, array) { array[index] = n + 1; count++; });
101 a.forEach(function(n, index, array) { array.push(n+1); count++; });
109 a.forEach(function(n) { count++; });
Deval-stack-trace.js46 this.forEach(
58 this.forEach(
70 this.forEach(
Ddebug-stepin-builtin-callback.js76 a.forEach(cb_true);
145 a.forEach(cb_true);
153 a.forEach(cb_foreach);
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) {
/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/chromium-trace/trace-viewer/tracing/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/trace-viewer/tracing/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/mjsunit/es6/
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) {
Ddebug-stepin-collections-foreach.js56 s.forEach(cb_set);
62 m.forEach(cb_map);
95 s.forEach(cb_set);
100 m.forEach(cb_set);
108 s.forEach(cb_set_foreach);
114 m.forEach(cb_map_foreach);
Dcollections.js524 Set.prototype.set.forEach.call({});
529 set.forEach({});
542 set.forEach(function(v, k, s) {
568 set.forEach(function(v) {
586 set.forEach(function(v) {
604 set.forEach(function(v) {
624 set.forEach(function(v) {
644 set.forEach(function(v) {
646 set.forEach(function(v) {
667 set.forEach(function(v) {
[all …]
Dtyped-array-iterator.js28 constructors.forEach(TestTypedArrayPrototype);
39 constructors.forEach(TestTypedArrayValues);
/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 …]
Darray-holes-expected.txt48 PASS a = []; [0, , 2, 3].forEach(addToArray); showHoles(a) is '[0, 2, 3]'
49 PASS a = []; [0, undefined, 2, 3].forEach(addToArray); showHoles(a) is '[0, undefined, 2, 3]'
72 PASS a = []; [0, , 2, 3].forEach(addToArray); showHoles(a) is '[0, peekaboo, 2, 3]'
73 PASS a = []; [0, undefined, 2, 3].forEach(addToArray); showHoles(a) is '[0, undefined, 2, 3]'
/external/clang/tools/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/overrides/
Dstring.js64 Object.keys(testData).forEach(testArrays);
69 Object.keys(testData).forEach(testArrays);
/external/v8/test/mjsunit/compiler/
Ddivision-by-constant.js115 values.forEach(function(dividend) {
124 values.forEach(function(divisor) {
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DCustomElements.js58 modules.forEach(function(module) {
252 mutations.forEach(function(mx) {
254 forEach(mx.addedNodes, function(n) {
260 forEach(mx.removedNodes, function(n) {
284 var forEach = Array.prototype.forEach.call.bind(Array.prototype.forEach);
Dwebcomponents-lite.js18 location.search.slice(1).split("&").forEach(function(o) {
32 parts.forEach(function(f) {
68 queue.forEach(function(func) {
98 observers.forEach(function(observer) {
109 observer.nodes_.forEach(function(node) {
112 registrations.forEach(function(registration) {
163 this.nodes_.forEach(function(node) {
278 transientObservedNodes.forEach(function(node) {
529 modules.forEach(function(module) {
1119 modules.forEach(function(module) {
[all …]
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/spec/gl-matrix/
Dvec4-spec.js403 beforeEach(function() { result = vec4.forEach(vecArray, 0, 0, 0, vec4.normalize); });
416 beforeEach(function() { result = vec4.forEach(vecArray, 0, 0, 0, vec4.add, vecA); });
430 beforeEach(function() { result = vec4.forEach(vecArray, 0, 4, 0, vec4.add, vecA); });
444 beforeEach(function() { result = vec4.forEach(vecArray, 0, 0, 2, vec4.add, vecA); });
458 beforeEach(function() { result = vec4.forEach(vecArray, 8, 0, 0, vec4.add, vecA); });
473 result = vec3.forEach(vecArray, 0, 0, 0, function(out, vec) {});
Dvec2-spec.js460 beforeEach(function() { result = vec2.forEach(vecArray, 0, 0, 0, vec2.normalize); });
473 beforeEach(function() { result = vec2.forEach(vecArray, 0, 0, 0, vec2.add, vecA); });
487 beforeEach(function() { result = vec2.forEach(vecArray, 0, 2, 0, vec2.add, vecA); });
501 beforeEach(function() { result = vec2.forEach(vecArray, 0, 0, 2, vec2.add, vecA); });
515 beforeEach(function() { result = vec2.forEach(vecArray, 4, 0, 0, vec2.add, vecA); });
530 result = vec2.forEach(vecArray, 0, 0, 0, function(out, vec) {});

12345