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
Age
Commit message (
Expand
)
Author
2020-06-11
LibJS: Consolidate error messages into ErrorTypes.h
Matthew Olsson
2020-06-08
LibJS: Make more Interpreter functions take a GlobalObject&
Andreas Kling
2020-06-08
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
Andreas Kling
2020-06-08
LibJS: Pass GlobalObject& to AST node execute() functions
Andreas Kling
2020-06-08
LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object()
Andreas Kling
2020-06-08
LibJS: Always keep a reference to the global object in Shape
Andreas Kling
2020-06-08
LibJS: BigInts and Symbols values are cells and the GC needs this info
Andreas Kling
2020-06-08
LibJS: Add interpreter exception checks
Matthew Olsson
2020-06-07
LibJS: Add BigInt
Linus Groh
2020-06-07
LibJS: Move Value::as_accessor() to Value.h
Linus Groh
2020-06-07
LibJS: Use switch/case for Value::to_{string{_w/o_side_effects},boolean}
Linus Groh
2020-06-07
LibJS: Remove reduntant set_prototype() calls
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-06-06
LibJS: Value.in uses has_property instead of get().is_empty()
Matthew Olsson
2020-06-06
LibJS: Object.setPrototypeOf throws error on too few arguments
Matthew Olsson
2020-06-06
LibJS: Add PropertyDescriptor object
Matthew Olsson
2020-06-06
LibJS: Distinguish between omitted descriptor attributes and false ones
Matthew Olsson
2020-06-04
LibM: Add INFINITY macro
Linus Groh
2020-06-04
LibM: Add NAN macro
Linus Groh
2020-06-03
LibJS: Allow null or undefined as a bound |this| value in strict mode
Jack Karamanian
2020-06-02
LibJS: Store basic traceback in Exception
Linus Groh
2020-06-02
LibJS: Consider non-extensible objects in Reflect.setPrototypeOf()
Linus Groh
2020-06-02
LibJS: Implement Reflect.{isExtensible,preventExtensions}()
Linus Groh
2020-06-02
LibJS: Disallow changing the prototype of non-extensible objects
Linus Groh
2020-06-02
LibJS: Don't assume Object.setPrototypeOf() prototype value is an object
Linus Groh
2020-06-02
LibJS: Return specified object from Object.setPrototypeOf()
Linus Groh
2020-06-02
LibJS: Add Object.{isExtensible,preventExtensions}()
Matthew Olsson
2020-06-01
LibJS: Fix casting a value to ScriptFunction without checking it's one
Sergey Bugaev
2020-05-31
LibJS: Add String.fromCharCode()
Linus Groh
2020-05-30
LibJS: Throw a TypeError when an arrow function is used as a constructor
Jack Karamanian
2020-05-30
LibJS: Don't define the "prototype" property for arrow functions
Jack Karamanian
2020-05-30
LibJS: Set the bound |this| value to the |this| value of the current
Jack Karamanian
2020-05-30
LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow
Jack Karamanian
2020-05-30
LibJS: Remove unnecessary explicit from the 3 argument Function
Jack Karamanian
2020-05-30
LibJS: Object.getOwnPropertyDescriptor works properly with accessors
Matthew Olsson
2020-05-29
LibJS: Make Object::invoke() non-const
Linus Groh
2020-05-29
LibJS: Add Array.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Add Object.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Add Object::invoke()
Linus Groh
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
LibJS: Throw in strict mode when assigning property to primitive value
Linus Groh
2020-05-28
LibJS: Implement standard semantics for relational operators (#2417)
Marcin Gasperowicz
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-27
LibJS: Reformat ArrayPrototype.cpp
Linus Groh
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-26
LibJS: Add Array.prototype.fill
Angel
2020-05-26
LibJS: Add Array.prototype.splice
Luke
2020-05-24
LibJS: Make Array.prototype.includes() generic
Linus Groh
2020-05-24
LibJS: Make Array.prototype.lastIndexOf() generic
Linus Groh
[next]