Revised tests
This commit is contained in:
@@ -11,13 +11,11 @@
|
||||
// [x] array.length
|
||||
// [x] array.pushBack(x)
|
||||
// [x] array.popBack()
|
||||
// [x] array.forEach(fn) // fn(x) -> void
|
||||
// [ ] array.sort(fn) // fn(a,b) -> int
|
||||
// [x] table.length
|
||||
// [x] table.insert(x, y)
|
||||
// [x] table.hasKey(x)
|
||||
// [x] table.remove(x)
|
||||
// [ ] table.forEach(fn) // fn(x,y) -> void
|
||||
|
||||
Toy_Value Toy_private_handleStringAttributes(Toy_VM* vm, Toy_Value compound, Toy_Value attribute);
|
||||
Toy_Value Toy_private_handleArrayAttributes(Toy_VM* vm, Toy_Value compound, Toy_Value attribute);
|
||||
|
||||
Reference in New Issue
Block a user