MCPcopy Create free account
hub / github.com/nodejs/node / TrueToString

Function TrueToString

deps/v8/test/mjsunit/constant-folding.js:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163
164
165function TrueToString() {
166 return true.toString();
167}
168
169
170function FalseToString() {

Callers 1

BoolTestFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected