summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/NumberObject.cpp
AgeCommit message (Expand)Author
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-04-18LibJS: Move builtin prototypes to the global objectAndreas Kling
2020-04-18LibJS+LibWeb: Pass prototype to Object constructorAndreas Kling
2020-04-18LibJS: Pass prototype to NumberObject constructorAndreas Kling
2020-04-04LibJS: Add NumberObject and make to_object() on number values create itAndreas Kling