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

Method construct

proxy.go:144–144  ·  view source on GitHub ↗
(target *Object, args []Value, newTarget *Object)

Source from the content-addressed store, hash-verified

142 ownKeys(target *Object) (*Object, bool)
143 apply(target *Object, this Value, args []Value) (Value, bool)
144 construct(target *Object, args []Value, newTarget *Object) (Value, bool)
145
146 toObject(*Runtime) *Object
147}

Callers 1

constructMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected