MCPcopy Create free account
hub / github.com/dop251/goja / typeOf

Method typeOf

destruct.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (d *destructKeyedSource) typeOf() String {
54 return d.w().typeOf()
55}
56
57func (d *destructKeyedSource) getStr(p unistring.String, receiver Value) Value {
58 d.recordKey(stringValueFromRaw(p))

Callers

nothing calls this directly

Calls 2

wMethod · 0.95
typeOfMethod · 0.65

Tested by

no test coverage detected