MCPcopy Create free account
hub / github.com/nodejs/node / alwaysThrows

Function alwaysThrows

deps/v8/test/mjsunit/optimized-reduceright.js:63–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61(function() {
62var re = /Array\.reduceRight/;
63var alwaysThrows = function() {
64 var b = [
65 ,
66 ,
67 ,
68 ];
69 var result = 0;
70 var callback = function(r, v, i, o) {
71 return r + v;
72 };
73 b.reduceRight(callback);
74};
75;
76%PrepareFunctionForOptimization(alwaysThrows);
77try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected