(proto *Object, throw bool)
| 187 | assertConstructor() func(args []Value, newTarget *Object) *Object |
| 188 | proto() *Object |
| 189 | setProto(proto *Object, throw bool) bool |
| 190 | hasInstance(v Value) bool |
| 191 | isExtensible() bool |
| 192 | preventExtensions(throw bool) bool |
no outgoing calls
no test coverage detected