mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-06 17:00:11 +10:00
Comment tweaks
This commit is contained in:
@@ -439,6 +439,15 @@ static void processAttribute(Toy_VM* vm) {
|
||||
//URGENT: type-based attributes
|
||||
Toy_pushStack(&vm->stack, TOY_VALUE_FROM_NULL()); //tmp
|
||||
|
||||
//string.length
|
||||
//array.length
|
||||
//array.pushFront(x)
|
||||
//array.pushBack(x)
|
||||
//array.popFront()
|
||||
//array.popBack()
|
||||
//array.toString()
|
||||
//table etc.
|
||||
|
||||
//cleanup
|
||||
Toy_freeValue(value);
|
||||
Toy_freeValue(attribute);
|
||||
|
||||
Reference in New Issue
Block a user