MCPcopy
hub / github.com/lodash/lodash / createToString

Function createToString

test/test.js:524–526  ·  view source on GitHub ↗
(funcName)

Source from the content-addressed store, hash-verified

522 reToString = /toString/g;
523
524 function createToString(funcName) {
525 return lodashStable.constant(nativeString.replace(reToString, funcName));
526 }
527
528 // Allow bypassing native checks.
529 setProperty(funcProto, 'toString', function wrapper() {

Callers 1

test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected