(t *testing.T)
| 846 | } |
| 847 | |
| 848 | func TestBindSecurityCount(t *testing.T) { |
| 849 | vm := goja.New() |
| 850 | BindSecurity(vm) |
| 851 | |
| 852 | testBindsCount(vm, "$security", 16, t) |
| 853 | } |
| 854 | |
| 855 | func TestSecurityCryptoBinds(t *testing.T) { |
| 856 | vm := goja.New() |
nothing calls this directly
no test coverage detected
searching dependent graphs…