]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Added getPropertyNames bridging (albeit lame) and fixed exception handling through...
[cycript.git] / todo.txt
index b6ee18d87fa55f7c6c32754beb9afe1d45a2663d..2308e3da8c6f34a0eb0b8f8af7ed5e4197f440da 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -4,4 +4,5 @@ support unions (right now 0-1 fields parsed as struct)
 \\\n escapes in strings aren't handled in the console
 look into what String is, and whether to bridge it
 the console frontend's error handling, well, doesn't
-Objective-C needs to be able to hook ffi_call for errors
+setup a default hook mechanism for ffi_call passthrough
+some JS callbacks don't use exception pointers at all...