Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed syscall.d.ts SyscallDefine []byte SyscallDeclared = map[string]any{} )
Functions ¶
This section is empty.
Types ¶
type SyscallModule ¶
type SyscallModule struct{}
func (SyscallModule) Exports ¶
func (S SyscallModule) Exports() map[string]any
func (SyscallModule) Identity ¶
func (S SyscallModule) Identity() string
func (SyscallModule) TypeDefine ¶
func (S SyscallModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.