]> git.saurik.com Git - cycript.git/history - Complete.cpp
Remove "!super" hack: "super" is always a keyword.
[cycript.git] / Complete.cpp
2015-12-07  Jay Freeman (saurik)Support tab completion on unenumerable properties.
2015-12-02  Jay Freeman (saurik)Limit recompilation of files upon changed grammar.
2015-11-30  Jay Freeman (saurik)Parse (but ignore) ECMAScript 6 "spread elements".
2015-11-29  Jay Freeman (saurik)Reorganize grammar to match the ECMAScript 6 spec.
2015-11-26  Jay Freeman (saurik)Maybe thread local storage is a performance issue.
2015-11-26  Jay Freeman (saurik)Use -fvisibility=hidden to avoid slow symbol stub.