This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-15 04:07:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d91dbf6c07d030d72acb060eceda1ee05ec2d5d
ladybird
/
Userland
/
Libraries
/
LibJS
/
Tests
/
builtins
History
Idan Horowitz
c31392510a
LibJS: Add the Number.prototype.toFixed method
2021-06-19 16:13:59 +01:00
..
AggregateError
…
Array
LibJS: Do not trim whitespace from property names when they're numbers
2021-06-18 19:18:15 +01:00
ArrayBuffer
…
BigInt
LibJS: Add support for hex, octal & binary big integer literals
2021-06-14 01:45:04 +01:00
Boolean
…
DataView
…
Date
…
Error
…
FinalizationRegistry
LibJS: Add all of the FinalizationRegistry.prototype methods
2021-06-15 23:59:21 +01:00
Function
…
functions
…
Infinity
…
JSON
…
Map
…
Math
…
NaN
…
Number
LibJS: Add the Number.prototype.toFixed method
2021-06-19 16:13:59 +01:00
Object
LibJS: Object.getOwnPropertyNames() should enumerate String's .length
2021-06-19 11:46:08 +02:00
Promise
…
Proxy
…
Reflect
…
RegExp
…
Set
…
String
LibJS: Add the String.fromCodePoint() method
2021-06-16 10:29:10 +01:00
Symbol
…
TypedArray
LibJS: Add %TypedArray%.prototype.some
2021-06-18 18:13:31 +01:00
WeakMap
…
WeakRef
…
WeakSet
…