summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/BigInt.cpp
AgeCommit message (Expand)Author
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