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-11-28
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
Andreas Kling
2020-10-17
LibJS: Prebake the empty object ({}) with a prototype
Andreas Kling
2020-10-13
LibJS: Cache commonly used FlyStrings in the VM
Andreas Kling
2020-09-29
LibJS: Move Console from Interpreter to GlobalObject
Andreas Kling
2020-09-27
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
Andreas Kling
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-22
LibJS: Use VM::exception() instead of Interpreter::exception() a bunch
Andreas Kling
2020-07-11
LibJS: Start implementing iterable framework, add ArrayIterator
Matthew Olsson
2020-06-23
LibWeb: Make wrapper factory functions take JS::GlobalObject&
Andreas Kling
2020-06-21
LibJS+LibWeb: Add JS::Object::inherits(class_name)
Andreas Kling
2020-06-20
LibJS: Move native objects towards two-pass construction
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-08
LibJS: Add interpreter exception checks
Matthew Olsson
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