MCPcopy Index your code
hub / github.com/nodejs/node / concat

Function concat

deps/v8/test/mjsunit/string-oom-concat.js:5–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// found in the LICENSE file.
4
5function concat() {
6 var a = " ";
7 for (var i = 0; i < 100; i++) {
8 a += a;
9 }
10 return a;
11}
12
13assertThrows(concat, RangeError);

Callers 15

_parse_blockMethod · 0.90
markup_joinFunction · 0.90
str_joinFunction · 0.90
_async_callMethod · 0.90
__call__Method · 0.90
__html__Method · 0.90
__str__Method · 0.90
_buffered_generatorMethod · 0.90
_output_const_reprMethod · 0.90
concat_asyncFunction · 0.85
_parse_blockMethod · 0.85
markup_joinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…