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

Struct baseObject

object.go:213–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213type baseObject struct {
214 class string
215 val *Object
216 prototype *Object
217 extensible bool
218
219 values map[unistring.String]Value
220 propNames []unistring.String
221
222 lastSortedPropLen, idxPropCount int
223
224 symValues *orderedMap
225
226 privateElements map[*privateEnvType]*privateElements
227}
228
229type guardedObject struct {
230 baseObject

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected