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

Method getStr

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

Source from the content-addressed store, hash-verified

128 hasSym(target *Object, prop *Symbol) (bool, bool)
129
130 getStr(target *Object, prop unistring.String, receiver Value) (Value, bool)
131 getIdx(target *Object, prop valueInt, receiver Value) (Value, bool)
132 getSym(target *Object, prop *Symbol, receiver Value) (Value, bool)
133

Callers 2

getStrMethod · 0.65
proxyOwnKeysMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected