modernc
This commit is contained in:
@@ -2,13 +2,11 @@ package builtin
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/dop251/goja"
|
||||
)
|
||||
|
||||
type Builtin struct {
|
||||
Name string
|
||||
Function func(*goja.Runtime) func(goja.FunctionCall) goja.Value
|
||||
Function interface{}
|
||||
Definition string
|
||||
Types []string
|
||||
ParamTypes map[string]bool
|
||||
|
||||
Reference in New Issue
Block a user