Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
function
TrueToString() {
166
return
true.toString();
167
}
168
169
170
function
FalseToString() {
Callers
1
BoolTest
Function · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected