summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/GlobalObject.cpp
AgeCommit message (Expand)Author
2020-03-30LibJS: Start implementing Date :^)Linus Groh
2020-03-28LibJS+LibWeb: Move native JS functions into dedicated member functionsAndreas Kling
2020-03-28LibJS: Rework how native functions are called to improve |this| valueAndreas Kling
2020-03-28LibJS: Add a global "Object" constructorAndreas Kling
2020-03-27LibJS: The global isNaN() should coerce to number before testing NaNAndreas Kling
2020-03-27LibJS: Add global isNaN() functionAndreas Kling
2020-03-21LibJS: Add Math.random() :^)Andreas Kling
2020-03-16LibJS: Replace the global print() function with console.log() :^)Andreas Kling
2020-03-16LibJS: Add "Heap" and "Runtime" subdirectoriesAndreas Kling