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

Method iterateStringKeys

builtin_error.go:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96func (e *errorObject) iterateStringKeys() iterNextFunc {
97 e.addStackProp()
98 return e.baseObject.iterateStringKeys()
99}
100
101func (e *errorObject) init() {
102 e.baseObject.init()

Callers

nothing calls this directly

Calls 2

addStackPropMethod · 0.95
iterateStringKeysMethod · 0.65

Tested by

no test coverage detected