package
9.22.7+incompatible
Repository: https://github.com/luizbafilho/k6.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Binds an object's members to the global scope.
Returns the JS name for an exported struct field.
No description provided by the author
No description provided by the author
Returns the JS name for an exported method.
NewRandSource is copied from goja's source code: https://github.com/dop251/goja/blob/master/goja/main.go#L44 The returned RandSource is NOT safe for concurrent use: https://golang.org/pkg/math/rand/#NewSource.
Runs an ES6 string in the given runtime.
Throws a JS error; avoids re-wrapping GoErrors.
No description provided by the author
No description provided by the author

# Structs

FieldNameMapper for goja.Runtime.SetFieldNameMapper().
State provides the volatile state for a VU.