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

Method deleteSym

proxy.go:140–140  ·  view source on GitHub ↗
(target *Object, prop *Symbol)

Source from the content-addressed store, hash-verified

138 deleteStr(target *Object, prop unistring.String) (bool, bool)
139 deleteIdx(target *Object, prop valueInt) (bool, bool)
140 deleteSym(target *Object, prop *Symbol) (bool, bool)
141
142 ownKeys(target *Object) (*Object, bool)
143 apply(target *Object, this Value, args []Value) (Value, bool)

Callers 1

deleteSymMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected