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

Method iterateStringKeys

proxy.go:838–843  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

836}
837
838func (p *proxyObject) iterateStringKeys() iterNextFunc {
839 return (&proxyPropIter{
840 p: p,
841 names: p.stringKeys(true, nil),
842 }).next
843}
844
845func (p *proxyObject) iterateSymbols() iterNextFunc {
846 return (&proxyPropIter{

Callers

nothing calls this directly

Calls 1

stringKeysMethod · 0.95

Tested by

no test coverage detected