summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/BigIntObject.cpp
AgeCommit message (Expand)Author
2020-11-28LibJS: Rename Cell::visit_children() => Cell::visit_edges()Andreas Kling
2020-09-27LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>Andreas Kling
2020-06-23LibJS: Clarify Object (base class) construction somewhatAndreas Kling
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-06-07LibJS: Add BigIntLinus Groh