summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/BigInt.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-09-27LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>Andreas Kling
2020-09-27LibJS: Remove js_bigint(Interpreter&, ...)Andreas Kling
2020-07-25LibJS: Use allocate_without_global_object for primitive cell typesAndreas Kling
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-06-07LibJS: Add BigIntLinus Groh