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

Function stringify

deps/v8/test/mjsunit/es6/string-raw.js:262–268  ·  view source on GitHub ↗
(toString)

Source from the content-addressed store, hash-verified

260 var subs = [];
261 var log = [];
262 function stringify(toString) {
263 var valueOf = "_" + toString + "_";
264 return {
265 toString: function() { return toString; },
266 valueOf: function() { return valueOf; }
267 };
268 }
269 function getter(name, value) {
270 return {
271 get: function() {

Callers 3

string-raw.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected