Simon Wanner
|
19045d6431
LibJS/JIT: Compile the GetMethod instruction
|
1 year ago |
Simon Wanner
|
06ea4cfc4f
LibJS/JIT: Compile the DeleteVariable instruction
|
1 year ago |
Simon Wanner
|
cd18bc9d55
LibJS/JIT: Compile the GetImportMeta instruction
|
1 year ago |
Simon Wanner
|
c0c40110c1
LibJS/JIT: Compile the ImportCall instruction
|
1 year ago |
Simon Wanner
|
ac43d3f6db
LibJS/JIT: Compile the PutPrivateById instruction
|
1 year ago |
Simon Wanner
|
81697549b7
LibJS/JIT: Compile the PutByIdWithThis instruction
|
1 year ago |
Simon Wanner
|
38d5d7979b
LibJS/JIT: Compile the DeleteByIdWithThis instruction
|
1 year ago |
Simon Wanner
|
b53277110e
LibJS/JIT: Compile the GetByValueWithThis instruction
|
1 year ago |
Simon Wanner
|
569ca57e22
LibJS/JIT: Compile the GetByIdWithThis instruction
|
1 year ago |
Simon Wanner
|
ad81f49b02
LibJS/JIT: Compile the ResolveSuperBase instruction
|
1 year ago |
Simon Wanner
|
4e9edb8c53
LibJS/JIT: Compile the GetPrivateById instruction
|
1 year ago |
Simon Wanner
|
4ce2878394
LibJS/JIT: Compile the GetObjectPropertyIterator instruction
|
1 year ago |
Jakub Berkop
|
6a7b9b85a4
LibJS/JIT: Compile the DeleteByValueWithThis instruction
|
1 year ago |
Jakub Berkop
|
0776404e03
LibJS/JIT: Compile the DeleteByValue instruction
|
1 year ago |
Jakub Berkop
|
f5fcd4596c
LibJS/JIT: Compile the DeleteById instruction
|
1 year ago |
Simon Wanner
|
40064d872f
LibJS/JIT: Compile the Append instruction
|
1 year ago |
Simon Wanner
|
3dc5c8d28e
LibJS/JIT: Compile the IteratorToArray instruction
|
1 year ago |
Simon Wanner
|
c697ff61f6
LibJS/JIT: Compile the IteratorClose instruction
|
1 year ago |
Simon Wanner
|
233502a10c
LibJS/JIT: Compile the IteratorResultValue instruction
|
1 year ago |
Simon Wanner
|
e7fdf9c7e5
LibJS/JIT: Compile the ThrowIfNullish instruction
|
1 year ago |
Simon Wanner
|
9e2edc3085
LibJS/JIT: Compile the ThrowIfNotObject instruction
|
1 year ago |
Simon Wanner
|
39deb365d2
LibJS/JIT: Compile the IteratorResultDone instruction
|
1 year ago |
Simon Wanner
|
045a1386d8
LibJS/JIT: Compile the IteratorNext instruction
|
1 year ago |
Simon Wanner
|
4f8f8b7792
LibJS/JIT: Compile the GetIterator instruction
|
1 year ago |
Simon Wanner
|
d247744a3e
LibJS/JIT: Compile the SuperCallWithArgumentArray instruction
|
1 year ago |
Simon Wanner
|
09dce5f1bd
LibJS/JIT: Compile the BlockDeclarationInstantiation instruction
|
1 year ago |
Simon Wanner
|
a28d6291ad
LibJS/JIT: Generate switch cases using X macro
|
1 year ago |
Zaggy1024
|
56e8f52cb3
LibJIT/LibJS: Remove `jump_if_***()` in favor of `jump_if()`
|
1 year ago |
iliadsh
|
4f3945024a
LibJS/JIT: Add fast path for Add Int32, Int32
|
1 year ago |
Simon Wanner
|
4b23a7dfb4
LibJS/JIT: Compile the NewClass bytecode instruction
|
1 year ago |