]> git.saurik.com Git - cycript.git/commitdiff
ECMAScript5 no longer supports with(), so we need to not degenerate a let() into...
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 12 Jul 2010 03:47:18 +0000 (03:47 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 12 Jul 2010 03:47:18 +0000 (03:47 +0000)
todo.txt

index 52bdb4cdc33310b3335b8cb645abf41434b86502..274f52b2717db9fef0be3f9868f0d0b5e6349be4 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -35,3 +35,4 @@ GS #defines should be _finline
 replace procmod g+s with gdb's macosx_get_task_for_pid_rights
 non-local return prologue is not being Replace()d: multipass compiler!
 interpretation of documentation comments should be compiler-only and off by default
+don't ever generate $ CYWith, in particular for CYLet... use CYFunctionExpression