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
Age
Commit message (
Expand
)
Author
2021-07-04
LibJS: VERIFY() that property name is valid in Value::get{,_method}()
Linus Groh
2021-07-04
LibJS: Avoid unnecessary PropertyName creation in MarkupGenerator
Linus Groh
2021-07-04
Everywhere: Fix incorrect usages of AK::Checked
Idan Horowitz
2021-07-04
LibJS: Make the `with` statement evaluation follow the spec even more
Andreas Kling
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-07-04
LibJS: Add the IteratorStep abstract iterator operation
Idan Horowitz
2021-07-03
LibJS: Don't allow `delete super.property`
Andreas Kling
2021-07-03
LibJS: Bring the `super` keyword in line with the spec
Andreas Kling
2021-07-02
LibJS: Improve ResolveBinding + add GetIdentifierReference
Andreas Kling
2021-07-02
LibJS: Implement the PrepareForOrdinaryCall abstract operation
Andreas Kling
2021-07-02
LibJS: Make SuperCall a proper AST node and clean up evaluation
Andreas Kling
2021-07-02
LibJS: NewExpression doesn't need compute_this_and_callee()
Andreas Kling
2021-07-02
LibJS: Split out NewExpression evaluation from CallExpression
Andreas Kling
2021-07-02
LibJS: Break out ArgumentListEvaluation AO from CallExpression
Andreas Kling
2021-07-02
LibJS: Bring %TypedArray%.prototype.set slightly closer to spec
Idan Horowitz
2021-07-02
LibJS: Allow patterns in parenthesized arrow function parameters
Ali Mohammad Pur
2021-07-02
LibJS: Allow 'yield' and 'await' as function expression names
Ali Mohammad Pur
2021-07-02
LibJS: Allow binding patterns as for in/of targets
Ali Mohammad Pur
2021-07-02
LibJS: Allow 'yield' as a variable name outside of generator functions
Ali Mohammad Pur
2021-07-02
LibJS: Make a slash after a curly close mean not-division
Ali Mohammad Pur
2021-07-02
LibJS: Parse generator functions in class expressions too
Ali Mohammad Pur
2021-07-02
LibJS: Implement the %TypedArray%.set() function
Ali Mohammad Pur
2021-07-02
LibJS: Throw on failed PutValue into an environment reference
Andreas Kling
2021-07-02
LibJS: Make Environment::put_into_environment() return a success bool
Andreas Kling
2021-07-02
LibJS: Make ResolveBinding() produce strict References in strict mode
Andreas Kling
2021-07-01
LibJS: Try to fix Clang build (NewClass::m_class_expression is unused)
Andreas Kling
2021-07-01
LibJS: NewClass bytecode instruction
Johan Dahlin
2021-07-01
LibJS: Bring JSON.parse slightly closer to the specification
Idan Horowitz
2021-07-01
LibJS: Move Binding struct into the DeclarativeEnvironment class
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-07-01
LibJS: Bring JSON.stringify closer to the specification
Idan Horowitz
2021-07-01
LibJS: Stop coercing this to object in Function's Symbol.hasInstance
Idan Horowitz
2021-07-01
LibJS: Stop coercing Date.prototype[Symbol.toPrimitive] hint to string
Idan Horowitz
2021-07-01
LibJS: Check for DataView in ArrayBuffer.isView()
Idan Horowitz
2021-06-30
LibJS: Use the GetFunctionRealm abstract-op in ArraySpeciesCreate
Idan Horowitz
2021-06-30
LibJS: Get the prototype of a new String from the constructor's realm
Idan Horowitz
2021-06-30
LibJS: Add a [[Realm]] getter to FunctionObject and use it where needed
Idan Horowitz
2021-06-30
LibJS: Ensure shift values in left_shift are modded by 32
Idan Horowitz
2021-06-30
LibJS: Add String.prototype.split using the @@split methods on object
davidot
2021-06-30
LibJS: Add String.prototype.indexOf position argument
davidot
2021-06-30
LibJS: Optimize & Bring String.prototype.repeat closer to the spec
Idan Horowitz
2021-06-30
LibJS: Bring the Array constructor slightly closer to the specification
Idan Horowitz
2021-06-29
LibJS: Handle the different realms case in ArraySpeciesCreate
davidot
2021-06-29
LibJS: Support the radix argument in BigInt.prototype.toString
Idan Horowitz
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-29
LibJS: Check the target function of a bound function in is_constructor
Idan Horowitz
2021-06-29
LibJS: Make Array.of(...items) generic
Idan Horowitz
2021-06-28
LibJS/Tests: Fix toBeFalse() details prefix
Linus Groh
2021-06-28
LibJS: Mark FunctionObject::is_ordinary_function() as override
Leon Albrecht
2021-06-28
LibJS: Add the CreateMappedArgumentsObject abstract operation
Andreas Kling
[next]