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

Function EvalAwait

context.go:913–917  ·  view source on GitHub ↗
(await bool)

Source from the content-addressed store, hash-verified

911}
912
913func EvalAwait(await bool) EvalOption {
914 return func(flags *EvalOptions) {
915 flags.await = await
916 }
917}
918
919func EvalLoadOnly(loadOnly bool) EvalOption {
920 return func(flags *EvalOptions) {

Calls

no outgoing calls