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

Method iterateStringKeys

object_template.go:275–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273}
274
275func (o *templatedObject) iterateStringKeys() iterNextFunc {
276 o.materialiseProps()
277 return o.baseObject.iterateStringKeys()
278}
279
280func (o *templatedObject) iterateSymbols() iterNextFunc {
281 o.materialiseSymbols()

Callers

nothing calls this directly

Calls 2

materialisePropsMethod · 0.95
iterateStringKeysMethod · 0.65

Tested by

no test coverage detected