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

Method deleteStr

object.go:181–181  ·  view source on GitHub ↗
(name unistring.String, throw bool)

Source from the content-addressed store, hash-verified

179 defineOwnPropertySym(name *Symbol, desc PropertyDescriptor, throw bool) bool
180
181 deleteStr(name unistring.String, throw bool) bool
182 deleteIdx(idx valueInt, throw bool) bool
183 deleteSym(s *Symbol, throw bool) bool
184

Callers 15

DeleteMethod · 0.65
deleteStrMethod · 0.65
deleteStrMethod · 0.65
deleteIdxMethod · 0.65
deleteStrMethod · 0.65
deleteIdxMethod · 0.65
deleteStrMethod · 0.65
setLengthMethod · 0.65
deleteIdxMethod · 0.65
deleteMethod · 0.65
deleteStrMethod · 0.65
execMethod · 0.65

Implementers 2

baseObjectobject.go

Calls

no outgoing calls

Tested by

no test coverage detected