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

Method iterateStringKeys

object_args.go:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (a *argumentsObject) iterateStringKeys() iterNextFunc {
85 return (&argumentsPropIter{
86 wrapped: a.baseObject.iterateStringKeys(),
87 }).next
88}
89
90func (a *argumentsObject) defineOwnPropertyStr(name unistring.String, descr PropertyDescriptor, throw bool) bool {
91 if mapped, ok := a.values[name].(*mappedProperty); ok {

Callers

nothing calls this directly

Calls 1

iterateStringKeysMethod · 0.65

Tested by

no test coverage detected