// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. //go:build script // +build script package js type FunctionCallback func(info *FunctionArguments) (any, error)