enabled tokens binds and removed primitive constructors overwrites

This commit is contained in:
Gani Georgiev
2023-07-29 13:56:31 +03:00
parent 1bbba7a0ae
commit 0a4fdc17a5
4 changed files with 2985 additions and 3006 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func TestBaseBindsCount(t *testing.T) {
vm := goja.New()
baseBinds(vm)
testBindsCount(vm, "this", 16, t)
testBindsCount(vm, "this", 13, t)
}
func TestBaseBindsRecord(t *testing.T) {