/external/v8/test/mjsunit/ |
D | date-parse.js | 258 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 …]
|
D | array-iteration.js | 81 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++; });
|
D | eval-stack-trace.js | 46 this.forEach( 58 this.forEach( 70 this.forEach(
|
D | debug-stepin-builtin-callback.js | 76 a.forEach(cb_true); 145 a.forEach(cb_true); 153 a.forEach(cb_foreach);
|
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) {
|
/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/chromium-trace/trace-viewer/tracing/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/trace-viewer/tracing/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/mjsunit/es6/ |
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 | debug-stepin-collections-foreach.js | 56 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);
|
D | collections.js | 524 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 …]
|
D | typed-array-iterator.js | 28 constructors.forEach(TestTypedArrayPrototype); 39 constructors.forEach(TestTypedArrayValues);
|
/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 …]
|
D | array-holes-expected.txt | 48 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/ |
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/v8/test/intl/overrides/ |
D | string.js | 64 Object.keys(testData).forEach(testArrays); 69 Object.keys(testData).forEach(testArrays);
|
/external/v8/test/mjsunit/compiler/ |
D | division-by-constant.js | 115 values.forEach(function(dividend) { 124 values.forEach(function(divisor) {
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | CustomElements.js | 58 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);
|
D | webcomponents-lite.js | 18 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/ |
D | vec4-spec.js | 403 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) {});
|
D | vec2-spec.js | 460 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) {});
|