summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Forward.h
AgeCommit message (Expand)Author
2021-06-10LibJS: Perform function instantiation in bytecodeAndreas Kling
2021-06-09LibJS: Implement the CreateListFromArrayLike() abstract operationLinus Groh
2021-06-09LibJS: Add the WeakSet built-in objectIdan Horowitz
2021-06-09LibJS: Store strings in a string tableGunnar Beutner
2021-06-09LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}Idan Horowitz
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz
2021-06-09LibJS: Generate bytecode in basic blocks instead of one big blockAli Mohammad Pur
2021-06-09Revert "LibJS: Add bytecode instruction handles"Andreas Kling
2021-06-09LibJS: Add bytecode instruction handlesMatthew Olsson
2021-06-07LibJS: Start fleshing out a bytecode for the JavaScript engine :^)Andreas Kling
2021-06-05LibJS: Replace StringOrSymbol::from_value with Value::to_property_keyIdan Horowitz
2021-05-27LibJS: Rename Allocator => CellAllocatorAndreas Kling
2021-05-26LibJS+LibWeb: Make Uint8ClampedArray use TypedArrayAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-02LibJS: Implement the GetMethod abstract operationLinus Groh
2021-01-18LibJS: Add JS::NativeFunction to the forwarding headerAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling