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

Method hasStr

proxy.go:126–126  ·  view source on GitHub ↗
(target *Object, prop unistring.String)

Source from the content-addressed store, hash-verified

124 definePropertySym(target *Object, prop *Symbol, desc PropertyDescriptor) (bool, bool)
125
126 hasStr(target *Object, prop unistring.String) (bool, bool)
127 hasIdx(target *Object, prop valueInt) (bool, bool)
128 hasSym(target *Object, prop *Symbol) (bool, bool)
129

Callers 1

hasPropertyStrMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected