Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeScriptToLua/TypeScriptToLua
/ toString
Method
toString
src/lualib/Error.ts:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
public toString(): string {
74
return
this.message !==
""
? `${this.name}: ${this.message}` : this.name;
75
}
76
},
77
"Error"
78
);
Callers
15
bundle.spec.ts
File · 0.80
project.spec.ts
File · 0.80
sourcemaps.spec.ts
File · 0.80
parse.spec.ts
File · 0.80
runCli
Function · 0.80
print
Method · 0.80
printInlineSourceMap
Method · 0.80
printVariableAssignmentStatement
Method · 0.80
__TS__NumberToFixed
Function · 0.80
__TS__NumberToString
Function · 0.80
__TS__ArrayJoin
Function · 0.80
replaceInSourceMap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected