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

Function createArrayConcatCall

test/fixtures/snapshot/typescript.js:26712–26714  ·  view source on GitHub ↗
(array, argumentsList)

Source from the content-addressed store, hash-verified

26710 return createMethodCall(array, "slice", start === undefined ? [] : [asExpression(start)]);
26711 }
26712 function createArrayConcatCall(array, argumentsList) {
26713 return createMethodCall(array, "concat", argumentsList);
26714 }
26715 function createObjectDefinePropertyCall(target, propertyName, attributes) {
26716 return createGlobalMethodCall("Object", "defineProperty", [target, asExpression(propertyName), attributes]);
26717 }

Callers

nothing calls this directly

Calls 1

createMethodCallFunction · 0.85

Tested by

no test coverage detected