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
Age
Commit message (
Expand
)
Author
2020-12-27
Base+LibJS+LibWeb: Make prettier clean
Linus Groh
2020-12-26
LibJS: Implement String.prototype.endsWith()
Xavier Cooney
2020-12-26
LibJS: Implement IsRegExp abstract operation
Xavier Cooney
2020-12-24
LibJS: Implement Object.prototype.propertyIsEnumerable
Luke
2020-12-22
Spreadsheet: Override `visit_edges()` and visit stored JS objects
AnotherTest
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-14
LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriod
Linus Groh
2020-12-09
LibWeb: Apply suggested fixes.
asynts
2020-12-08
LibJS: Add test for Math.asin()
Andreas Kling
2020-12-08
LibJS: Get rid of Argument and ArgumentVector
Andreas Kling
2020-12-08
LibJS: Create lexical scope for "catch" on the spot when throwing
Andreas Kling
2020-12-08
LibJS: Stop creating a redundant lexical scope on function call
Andreas Kling
2020-12-08
LibJS: Add Math.acos() and Math.asin()
Andreas Kling
2020-12-08
LibJS: Remove some unnecessary null checks
Andreas Kling
2020-12-08
LibJS: Use IndexedProperties::for_each_value() in update_function_name()
Andreas Kling
2020-12-08
LibJS: Make marking object indexed properties less allocation-heavy
Andreas Kling
2020-12-08
LibJS: Make sure GlobalObject marks the Proxy constructor
Andreas Kling
2020-12-08
LibJS: Add Math.atan()
Andreas Kling
2020-12-06
LibJS: Use new format functions everywhere
Linus Groh
2020-12-06
LibJS: Include source location hint in Parser::print_errors()
Linus Groh
2020-12-06
LibJS: Remove unused {INTERPRETER,VM}_DEBUG
Linus Groh
2020-12-05
LibJS: Add Float{32,64}Array
Linus Groh
2020-12-05
LibJS: Implement a very hackish "arguments" object
Andreas Kling
2020-12-05
LibJS: Implement parseInt()
Andreas Kling
2020-12-05
LibJS: Move is_script_function() to Object
Linus Groh
2020-12-02
LibJS: Use ArrayBuffer for typed array data
Linus Groh
2020-12-02
LibJS: Add ArrayBuffer
Linus Groh
2020-12-02
LibJS: Use Value::to_index() in typed array constructors
Linus Groh
2020-12-02
LibJS: Add Value::to_{index,length,integer_or_infinity} abstract operations
Linus Groh
2020-12-02
LibJS: Add generic InvalidLength error type
Linus Groh
2020-12-02
LibJS: Move TypedArray length getter to prototype
Linus Groh
2020-12-02
LibJS: Add TypedArray.BYTES_PER_ELEMENT
Linus Groh
2020-12-02
LibJS: Add more tests for TypedArray
Linus Groh
2020-12-02
LibJS: Make TypedArray constructor (somewhat) spec-compliant
Linus Groh
2020-12-02
LibJS: Add ErrorType::ConstructorWithoutNew
Linus Groh
2020-12-02
LibJS: Clean up TypedArray constructors and prototypes
Linus Groh
2020-12-01
LibJS: Add six typed arrays (signed and unsigned 8/16/32-bit)
Andreas Kling
2020-12-01
LibJS: Have Uint8ClampedArray delegate OOB accesses to JS::Object
Andreas Kling
2020-12-01
LibJS: Zero out memory in newly allocated Uint8ClampedArray objects
Andreas Kling
2020-12-01
LibJS: Remove ProxyPrototype
Linus Groh
2020-11-30
LibJS: Fix crash in Lexer on EOF in unterminated template literal
Linus Groh
2020-11-29
LibJS: Add a basic implementation of String.prototype.substr()
Andreas Kling
2020-11-29
LibJS: Constructor function's "prototype" property should be writable
Andreas Kling
2020-11-29
LibJS+LibWeb: Log JavaScript exceptions raised by web content
Andreas Kling
2020-11-28
LibJS: Disallow 'with' statement in strict mode
Linus Groh
2020-11-28
LibJS: Run clang-format on WithScope.h
Andreas Kling
2020-11-28
LibJS: Add a basic unit test for the "with" statement
Andreas Kling
2020-11-28
LibJS: Add basic support for "with" statements
Andreas Kling
2020-11-28
LibJS: Add a scope object abstraction
Andreas Kling
2020-11-28
LibJS: Make JS::Value constructors take const cell pointers
Andreas Kling
[next]