tests source pure
View source
Modules here are only useful for file realm tests. They can be safely ignored for other purposes.
1
1
8
func CurrentRealmPath
func Exec
Warning: unsafe pattern.
func ExecRlm
ExecRlm mirrors Exec but threads the caller's rlm into the callback so the callback can use `cross(rlm)` instead of bare `cross`.
func GetPSubtestsPreviousRealm
func GetPreviousRealm
func ModifyTestRealmObject2a
func ModifyTestRealmObject2b
func ModifyTestRealmObject2c
1
type TestRealmObject2
structMethods on TestRealmObject2
func Modify
method on TestRealmObject2func ModifyVal
method on TestRealmObject2Value-receiver mutator. By Go/Gno semantics this only mutates the method's local copy. Used by readonly-taint filetests to probe whether a receiver carrying the sticky N_Readonly bit propagates the bit onto the method-frame copy.
3
- chain/runtime stdlib
- chain/runtime/unsafe stdlib
- gno.land/p/demo/tests/subtests package