Linus Groh
|
0c73fbbba5
LibJS: Rename FunctionKind::{Regular => Normal}
|
3 年之前 |
Linus Groh
|
9d0d3affd4
LibJS: Replace the custom unwind mechanism with completions :^)
|
3 年之前 |
Linus Groh
|
da856d7742
LibJS: Update AST to use completions :^)
|
3 年之前 |
Linus Groh
|
032e6a2d28
LibJS: Remove redundant abrupt completion check
|
3 年之前 |
Linus Groh
|
85f0fc2b83
LibJS: Return Optional<T> from Completion::{value,target}(), not T
|
3 年之前 |
davidot
|
676554d3f8
LibJS: Convert resolve_binding() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
7204b292c5
LibJS: Implement and use the MakeMethod AO
|
3 年之前 |
Andreas Kling
|
fa879168f5
LibJS: Mark Function object's private environment during GC
|
3 年之前 |
davidot
|
0982a73d1d
LibJS: Parse async generator functions
|
3 年之前 |
davidot
|
5d0f666f22
LibJS: Don't set a prototype property on async functions
|
3 年之前 |
davidot
|
22e679d844
LibJS + js: Rethrow exception on the vm after bytecode interpreter run
|
3 年之前 |
Linus Groh
|
57de5056b6
LibJS: Convert push_execution_context() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
7cdca08090
LibJS: Convert prepare_for_ordinary_call() to ThrowCompletionOr
|
3 年之前 |
Ali Mohammad Pur
|
070d2eaa51
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
|
3 年之前 |
Ali Mohammad Pur
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
3 年之前 |
Ali Mohammad Pur
|
e4a7f1a696
LibJS: Make Bytecode::Interpreter return the popped frame
|
3 年之前 |
Ali Mohammad Pur
|
5a38f86f1b
LibJS: Use a 'Return' completion for generator object body evaluation
|
3 年之前 |
Ali Mohammad Pur
|
3ec0183b51
LibJS: Use the correct prototype for generator functions
|
3 年之前 |
Idan Horowitz
|
681787de76
LibJS: Add support for async functions
|
3 年之前 |
Idan Horowitz
|
91881be4b0
LibJS: Convert GeneratorObject to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
853fab352d
LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
1aaaf521b8
LibJS: Convert the PutValue AO to ThrowCompletionOr
|
3 年之前 |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 年之前 |
Andreas Kling
|
f75d78f56a
LibJS: Include executable name in bytecode dumps
|
3 年之前 |
davidot
|
9c9aaf4d4f
LibJS: Don't VERIFY that a function is Regular when executing in AST
|
3 年之前 |
Idan Horowitz
|
db5df26841
LibJS: Convert Array AOs to ThrowCompletionOr
|
3 年之前 |
davidot
|
16cc82460f
LibJS: Add parsing and evaluation of private fields and methods
|
3 年之前 |
davidot
|
13ead80ee6
LibJS: Add PrivateEnvironment
|
3 年之前 |
davidot
|
1245512c50
LibJS: Make class definition evaluation more spec like in ordering
|
3 年之前 |
davidot
|
7beccaf41b
LibJS: Add comment clarifying the order of function properties
|
3 年之前 |