MCPcopy
hub / github.com/gopherjs/gopherjs / InternalObject

Function InternalObject

js/js.go:116–118  ·  view source on GitHub ↗

InternalObject returns the internal JavaScript object that represents i. Not intended for public use.

(i any)

Source from the content-addressed store, hash-verified

114
115// InternalObject returns the internal JavaScript object that represents i. Not intended for public use.
116func InternalObject(i any) *Object {
117 return nil
118}
119
120// MakeFunc wraps a function and gives access to the values of JavaScript's "this" and "arguments" keywords.
121func MakeFunc(fn func(this *Object, arguments []*Object) any) *Object {

Callers 15

IndexByteFunction · 0.92
IndexFunction · 0.92
LastIndexFunction · 0.92
alignedFunction · 0.92
wordsFunction · 0.92
AnyOverlapFunction · 0.92
ReadMethod · 0.92
SwapperFunction · 0.92
toRTypeFunction · 0.92
rtypeOfFunction · 0.92
MakeSliceFunction · 0.92
ValueOfFunction · 0.92

Calls

no outgoing calls

Tested by 2

FieldMethod · 0.74
TestIssue733Function · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…