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.cpp
Age
Commit message (
Expand
)
Author
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-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-20
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
Andreas Kling
2020-09-08
LibJS: GlobalObject needs to mark the iterator prototypes
Andreas Kling
2020-07-23
LibJS: Simplify Cell::initialize()
Andreas Kling
2020-07-13
LibJS: Add StringIterator
Matthew Olsson
2020-07-11
LibJS: Start implementing iterable framework, add ArrayIterator
Matthew Olsson
2020-06-23
LibJS: Clarify Object (base class) construction somewhat
Andreas Kling
2020-06-20
LibJS: Split more native object constructors into construct/initialize
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-13
LibJS: Add JSON.stringify
Matthew Olsson
2020-06-08
LibJS: Always keep a reference to the global object in Shape
Andreas Kling
2020-06-07
LibJS: Add BigInt
Linus Groh
2020-06-07
LibJS: Lex and parse regex literals, add RegExp objects
Matthew Olsson
2020-06-06
LibJS: Add Proxy objects
Matthew Olsson
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-18
LibJS: Return early from parseFloat() if argument is a number
Linus Groh
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-05-17
LibJS: Add symbol objects
mattco98
2020-05-17
LibJS: Add parseFloat()
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-05-01
LibJS: Implement most of the Reflect object
Linus Groh
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-26
LibJS: Implement Number.isNaN()
Linus Groh
2020-04-26
LibJS: Implement Number.isFinite()
Linus Groh
2020-04-23
LibJS: Add isFinite()
Linus Groh
2020-04-23
LibJS: Let isNaN() with no argument return true, add tests
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-18
LibJS: Use enumerator macro to mark all constructors in GlobalObject
Andreas Kling
2020-04-18
LibJS+LibWeb: Pass prototype to Object constructor
Andreas Kling
2020-04-10
LibJS: Add String constructor :^)
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-09
LibJS: Add globalThis
Linus Groh
2020-04-08
LibJS: Add "constructor" property to constructor prototypes
Andreas Kling
2020-04-07
LibJS: Add Number()
Linus Groh
2020-04-07
LibJS: Add Boolean constructor object
Jack Karamanian
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-04
LibJS: Add basic Array constructor
Andreas Kling
2020-04-04
LibJS: Add Function() and Function.prototype
Linus Groh
2020-04-04
LibJS: Set length property in Object::put_native_function()
Linus Groh
2020-04-03
LibJS: Remove UndefinedLiteral, add undefined to global object
Linus Groh
2020-04-02
LibJS: Implement Infinity
Linus Groh
2020-04-01
LibJS: Add argument(i) and argument_count() to Interpreter
Andreas Kling
2020-04-01
LibJS: Add NaN to global object
Linus Groh
2020-04-01
LibJS: Implement Error function/constructor
Linus Groh
[next]