MCPcopy Create free account
hub / github.com/buke/quickjs-go / EvalFlagCompileOnly

Function EvalFlagCompileOnly

context.go:901–905  ·  view source on GitHub ↗
(compileOnly bool)

Source from the content-addressed store, hash-verified

899}
900
901func EvalFlagCompileOnly(compileOnly bool) EvalOption {
902 return func(flags *EvalOptions) {
903 flags.js_eval_flag_compile_only = compileOnly
904 }
905}
906
907func EvalFileName(filename string) EvalOption {
908 return func(flags *EvalOptions) {

Callers 6

TestContextEvaluationFunction · 0.85
TestContextModulesFunction · 0.85
LoadModuleMethod · 0.85
CompileMethod · 0.85

Calls

no outgoing calls