Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2020-09-27 | LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> | Andreas Kling |
2020-09-27 | LibJS: Remove js_bigint(Interpreter&, ...) | Andreas Kling |
2020-07-25 | LibJS: Use allocate_without_global_object for primitive cell types | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-06-07 | LibJS: Add BigInt | Linus Groh |