added experimental backup optimizations

This commit is contained in:
Gani Georgiev
2026-08-21 18:50:16 +03:00
parent 25dc8a8eea
commit 0e9dcfe1ab
10 changed files with 696 additions and 245 deletions
+1 -1
View File
@@ -1613,7 +1613,7 @@ func TestHooksBindsCount(t *testing.T) {
vm := goja.New()
hooksBinds(app, vm, nil)
testBindsCount(vm, "this", 82, t)
testBindsCount(vm, "this", 84, t)
}
func TestHooksBinds(t *testing.T) {