MCPcopy 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.tsFile · 0.80
project.spec.tsFile · 0.80
sourcemaps.spec.tsFile · 0.80
parse.spec.tsFile · 0.80
runCliFunction · 0.80
printMethod · 0.80
printInlineSourceMapMethod · 0.80
__TS__NumberToFixedFunction · 0.80
__TS__NumberToStringFunction · 0.80
__TS__ArrayJoinFunction · 0.80
replaceInSourceMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected