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

Method deleteStr

func.go:208–211  ·  view source on GitHub ↗
(name unistring.String, throw bool)

Source from the content-addressed store, hash-verified

206}
207
208func (f *funcObject) deleteStr(name unistring.String, throw bool) bool {
209 f._addProto(name)
210 return f.baseObject.deleteStr(name, throw)
211}
212
213func (f *funcObject) addPrototype() Value {
214 proto := f.val.runtime.NewObject()

Callers

nothing calls this directly

Calls 2

_addProtoMethod · 0.95
deleteStrMethod · 0.65

Tested by

no test coverage detected