Documentation
¶
Index ¶
- func CoercedIntegerArgument(call goja.FunctionCall, argIndex int, defaultValue int64, ...) int64
- func OptionalIntegerArgument(r *goja.Runtime, call goja.FunctionCall, name string, argIndex int, ...) int64
- func RequiredArrayArgument(r *goja.Runtime, call goja.FunctionCall, name string, argIndex int) goja.Value
- func RequiredBigIntArgument(r *goja.Runtime, call goja.FunctionCall, name string, argIndex int) *big.Int
- func RequiredFloatArgument(r *goja.Runtime, call goja.FunctionCall, name string, argIndex int) float64
- func RequiredIntegerArgument(r *goja.Runtime, call goja.FunctionCall, name string, argIndex int) int64
- func RequiredStrictIntegerArgument(r *goja.Runtime, call goja.FunctionCall, name string, argIndex int) int64
- func RequiredStringArgument(r *goja.Runtime, call goja.FunctionCall, name string, argIndex int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CoercedIntegerArgument ¶
func OptionalIntegerArgument ¶
func RequiredArrayArgument ¶
func RequiredBigIntArgument ¶
func RequiredFloatArgument ¶
func RequiredIntegerArgument ¶
func RequiredStringArgument ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.