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

Method iterateKeys

proxy.go:852–857  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

850}
851
852func (p *proxyObject) iterateKeys() iterNextFunc {
853 return (&proxyPropIter{
854 p: p,
855 names: p.keys(true, nil),
856 }).next
857}
858
859func (p *proxyObject) assertCallable() (call func(FunctionCall) Value, ok bool) {
860 if p.call != nil {

Callers

nothing calls this directly

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected