From 5a6a8fff4a47f9ed8e2f5751054712a9ac0324fc Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 8 Nov 2009 00:00:41 +0000 Subject: [PATCH] Added some toString() issues to the todo list. --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.txt b/todo.txt index 046c0d0..298b517 100644 --- a/todo.txt +++ b/todo.txt @@ -21,3 +21,5 @@ CYPoolTry/Catch now carefully save the exception after it /no longer needs the e throw CYJSError should probably be replaced with CYThrow() across the board figure out what to do about global context refs: I really really want to retain the bastards the concept of NULL pooling is entirely incorrect and sad... bad... evil... need to work on this... really +NSArray's .toString() and .toLocaleString() fail hard, as Array.prototype.to*String are Array-specific +(4).toString() is legal, but I'm stripping the ()'s somehow in the serializer -- 2.45.2