Linus Groh
|
5eb1f752ab
LibJS: Use new format functions everywhere
|
4 gadi atpakaļ |
Andreas Kling
|
e6dadd9e5b
LibJS: Implement parseInt()
|
4 gadi atpakaļ |
Linus Groh
|
32571dfa53
LibJS: Add ArrayBuffer
|
4 gadi atpakaļ |
Linus Groh
|
7fb299fe46
LibJS: Clean up TypedArray constructors and prototypes
|
4 gadi atpakaļ |
Andreas Kling
|
3565d3c60c
LibJS: Add six typed arrays (signed and unsigned 8/16/32-bit)
|
4 gadi atpakaļ |
Linus Groh
|
48c19cdb06
LibJS: Remove ProxyPrototype
|
4 gadi atpakaļ |
Andreas Kling
|
c3fe9b4df8
LibJS: Add a scope object abstraction
|
4 gadi atpakaļ |
Andreas Kling
|
98f2da9834
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
|
4 gadi atpakaļ |
Linus Groh
|
06a3625545
LibJS: Set prototype of GlobalObject to ObjectPrototype
|
4 gadi atpakaļ |
Andreas Kling
|
77c1957961
LibJS: Use allocate_without_global_object for allocating Shapes
|
4 gadi atpakaļ |
Andreas Kling
|
d3dfd55472
LibJS: Prebake the empty object ({}) with a prototype
|
4 gadi atpakaļ |
Andreas Kling
|
7b863330dc
LibJS: Cache commonly used FlyStrings in the VM
|
4 gadi atpakaļ |
Andreas Kling
|
ec55490198
LibJS: Make global objects have unique shape from the start
|
4 gadi atpakaļ |
Andreas Kling
|
e4bda2e1e7
LibJS: Move Console from Interpreter to GlobalObject
|
4 gadi atpakaļ |
Andreas Kling
|
2bc5bc64fb
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
|
4 gadi atpakaļ |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 gadi atpakaļ |
Andreas Kling
|
1c43442be4
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
|
4 gadi atpakaļ |
Andreas Kling
|
3143fea1eb
LibJS: GlobalObject needs to mark the iterator prototypes
|
4 gadi atpakaļ |
Andreas Kling
|
aaf6014ae1
LibJS: Simplify Cell::initialize()
|
5 gadi atpakaļ |
Matthew Olsson
|
c831fb17bf
LibJS: Add StringIterator
|
5 gadi atpakaļ |
Matthew Olsson
|
2ea85355fe
LibJS: Start implementing iterable framework, add ArrayIterator
|
5 gadi atpakaļ |
Andreas Kling
|
ba641e97d9
LibJS: Clarify Object (base class) construction somewhat
|
5 gadi atpakaļ |
Andreas Kling
|
06e29fac57
LibJS: Split more native object constructors into construct/initialize
|
5 gadi atpakaļ |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 gadi atpakaļ |
Andreas Kling
|
e4add19915
LibJS: Pass GlobalObject& to native functions and property accessors
|
5 gadi atpakaļ |
Matthew Olsson
|
39576b2238
LibJS: Add JSON.stringify
|
5 gadi atpakaļ |
Andreas Kling
|
ff8bb962b6
LibJS: Always keep a reference to the global object in Shape
|
5 gadi atpakaļ |
Linus Groh
|
0ff9d7e189
LibJS: Add BigInt
|
5 gadi atpakaļ |
Matthew Olsson
|
61ac1d3ffa
LibJS: Lex and parse regex literals, add RegExp objects
|
5 gadi atpakaļ |
Matthew Olsson
|
39ad42defd
LibJS: Add Proxy objects
|
5 gadi atpakaļ |