index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
Age
Commit message (
Expand
)
Author
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-16
LibJS: Replace global_object.global_object() with just global_object
Linus Groh
2021-03-16
LibJS: Only set receiver value fallback once in Object::get()
Linus Groh
2021-03-16
LibJS: Throw RangeError on BigInt exponentiation with negative exponent
Linus Groh
2021-03-16
LibJS: Throw RangeError on BigInt division/modulo by zero
Linus Groh
2021-03-16
LibJS: Don't apply arguments object hack to global execution context
Linus Groh
2021-03-15
LibJS: Throw SyntaxError in eval() when parser has error(s)
Linus Groh
2021-03-15
LibJS: Make eval() return the last value from the executed statement
Andreas Kling
2021-03-15
LibJS: Add arguments.callee to our hack arguments object
Andreas Kling
2021-03-15
LibJS: Add Date.prototype.toGMTString()
Andreas Kling
2021-03-15
LibJS: Partial support for Date.prototype.setFullYear()
Andreas Kling
2021-03-15
LibJS: Add naive implementation of eval() :^)
Andreas Kling
2021-03-14
LibJS: Change non-ScriptFunction source string to "[native code]"
Linus Groh
2021-03-14
LibJS: Don't try to derive function source from ProxyObject
Linus Groh
2021-03-14
LibJS: Fix some issues in RegExp.prototype[@@match]
Linus Groh
2021-03-14
LibJS: Fix String.prototype.match() for non-string argument
Linus Groh
2021-03-14
LibJS: Fix flags check in regexp_create()
Linus Groh
2021-03-14
LibJS: Add the same Object::invoke() overloads as VM::call()
Linus Groh
2021-03-14
LibJS: Implement (mostly) String.prototype.match
Andreas Kling
2021-03-12
LibJS: Implement 'Relative Indexing Method' proposal (.at())
Linus Groh
2021-03-03
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
Linus Groh
2021-03-02
LibJS: Use Value::get_method() a bunch
Linus Groh
2021-03-02
LibJS: Implement the GetMethod abstract operation
Linus Groh
2021-03-01
LibJS: Fix crash due to AST node tracking inside call stack
Jean-Baptiste Boric
2021-03-01
LibJS: Keep track of current AST node inside the call stack
Jean-Baptiste Boric
2021-02-27
LibJS: Enable the BrowserExtended ECMA262 regexp flag by default
AnotherTest
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-26
LibJS: Respect declaration kind for variables inside functions
speles
2021-02-24
LibJS: Let RegExpPrototype inherit from Object directly
Linus Groh
2021-02-24
LibJS: Make ArrayPrototype an Array object
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibJS: Make TypedArray::data() return a Span<T>
Andreas Kling
2021-02-18
LibJS: Implement Array.prototype.flat
Kesse Jones
2021-02-17
LibJS: Avoid an unnecessary Vector copy in IndexedProperties::indices()
Andreas Kling
2021-02-17
LibJS: Use all_of() in JS::Value's BigInt validation
Andreas Kling
2021-02-15
LibJS: Use fabs() instead of abs() in JS::Value
Andreas Kling
2021-02-13
LibJS: Return empty value on exception in Date.parse(), not NaN
Linus Groh
2021-02-13
LibJS: Add missing exception check in Date() constructor
Linus Groh
2021-02-10
LibJS: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-08
LibJS: Don't assume match for each capture group in RegExp.prototype.exec()
Linus Groh
2021-02-07
LibJS: Function must mark its home object
Andreas Kling
2021-02-05
LibJS: GlobalObject must mark builtin prototypes
Andreas Kling
2021-02-05
LibJS: Improve correctness of rounding and bitwise operations
Andreas Kling
2021-02-04
LibJS: Fix obviously wrong \uXXXX serialization in JSONObject
Andreas Kling
2021-02-02
LibJS: Fix variable name coding style int{Part => _part}
Linus Groh
2021-02-01
LibJS: Use VM::names for Object::invoke() function names
Linus Groh
2021-01-29
LibJS: Let RegExp.string get RegExp.prototype from the global object directly
Linus Groh
2021-01-28
LibJS: Call the correct base class in LexicalEnvironment::visit_edges()
Andreas Kling
2021-01-27
LibJS: Add overflow checks when creating TypedArray from ArrayBuffer
Andreas Kling
2021-01-25
LibJS: Remove an unused TypedArray constructor
Andreas Kling
[next]