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

Function arg

deps/v8/test/mjsunit/es6/string-raw.js:238–243  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

236 var callSiteObj = [];
237 callSiteObj.raw = {};
238 function arg(v) {
239 var result = {};
240 result.toString = null;
241 result.valueOf = function() { order.push("arg" + v); return v; }
242 return result;
243 }
244
245 Object.defineProperty(callSiteObj.raw, "length", {
246 get: function() { order.push("length"); return 3; }

Callers 2

string-raw.jsFile · 0.85
fooFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected