MCPcopy
hub / github.com/vuejs/core / toString

Method toString

packages/shared/__tests__/toDisplayString.spec.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 test('objects with custom toString', () => {
95 class TestClass {
96 toString() {
97 return 'foo'
98 }
99 }
100 const instance = new TestClass()
101 expect(toDisplayString(instance)).toBe('foo')

Callers 15

renderChunkFunction · 0.80
effect.spec.tsFile · 0.80
filters.spec.tsFile · 0.80
genCacheKeyFunction · 0.80
ssrCompileFunction · 0.80
compileScriptFunction · 0.80
rewriteDefaultFunction · 0.80
processNormalScriptFunction · 0.80
scssFunction · 0.80
lessFunction · 0.80
toValidAssetIdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected