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

Method iterateStringKeys

func.go:239–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237}
238
239func (f *funcObject) iterateStringKeys() iterNextFunc {
240 if _, exists := f.values["prototype"]; !exists {
241 f.addPrototype()
242 }
243 return f.baseFuncObject.iterateStringKeys()
244}
245
246func (f *baseFuncObject) createInstance(newTarget *Object) *Object {
247 r := f.val.runtime

Callers

nothing calls this directly

Calls 2

addPrototypeMethod · 0.95
iterateStringKeysMethod · 0.65

Tested by

no test coverage detected