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

Method isExtensible

proxy.go:115–115  ·  view source on GitHub ↗
(target *Object)

Source from the content-addressed store, hash-verified

113 getPrototypeOf(target *Object) (Value, bool)
114 setPrototypeOf(target *Object, proto *Object) (bool, bool)
115 isExtensible(target *Object) (bool, bool)
116 preventExtensions(target *Object) (bool, bool)
117
118 getOwnPropertyDescriptorStr(target *Object, prop unistring.String) (Value, bool)

Callers 9

protoMethod · 0.65
setProtoMethod · 0.65
isExtensibleMethod · 0.65
preventExtensionsMethod · 0.65
proxyHasChecksMethod · 0.65
proxyDeleteCheckMethod · 0.65
proxyOwnKeysMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected