Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultMemoryBudget represents an upper limit of memory usage DefaultMemoryBudget uint = 1e6 // DefaultMaxNodes represents an upper limit of AST nodes DefaultMaxNodes uint = 10000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { EnvObject any Env nature.Nature Expect reflect.Kind ExpectAny bool Optimize bool Strict bool Profile bool MaxNodes uint MemoryBudget uint ConstFns map[string]reflect.Value Visitors []ast.Visitor Functions FunctionsTable Builtins FunctionsTable Disabled map[string]bool // disabled builtins }
func (*Config) IsOverridden ¶ added in v1.16.0
type FunctionsTable ¶ added in v1.16.1
Click to show internal directories.
Click to hide internal directories.