index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Runtime
/
GlobalObject.h
Age
Commit message (
Expand
)
Author
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-17
LibJS: Add parseFloat()
Linus Groh
2020-05-16
LibJS: Make Object.prototype.constructor non-enumerable
Linus Groh
2020-05-02
LibJS: Fix build (GlobalObject::add_constructor not visible in LibWeb)
Andreas Kling
2020-05-02
LibJS: Add "name" property to functions
Linus Groh
2020-04-23
LibJS: Add isFinite()
Linus Groh
2020-04-18
LibJS: Move the empty object shape from Interpreter to GlobalObject
Andreas Kling
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-10
LibJS: Use enumerator macros for boilerplate code around native types
Andreas Kling
2020-04-10
LibJS: Add all the Error subclasses
Andreas Kling
2020-04-08
LibWeb: Add XMLHttpRequest object :^)
Andreas Kling
2020-04-08
LibJS: Add "constructor" property to constructor prototypes
Andreas Kling
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-03-28
LibJS+LibWeb: Move native JS functions into dedicated member functions
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling