Ali Mohammad Pur
|
77a5144264
LibJS: Add support for binding patterns in catch clauses
|
4 سال پیش |
Ali Mohammad Pur
|
1a9518ebe3
LibJS: Implement parsing and evaluation for AssignmentPatterns
|
4 سال پیش |
Johan Dahlin
|
f6028c2534
LibJS: NewClass bytecode instruction
|
4 سال پیش |
Andreas Kling
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 سال پیش |
Idan Horowitz
|
005d75656e
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
|
4 سال پیش |
Andreas Kling
|
e59bf87374
Userland: Replace VERIFY(is<T>) with verify_cast<T>
|
4 سال پیش |
Andreas Kling
|
8a3c9d9851
LibJS: Remove direct argument loading since it was buggy
|
4 سال پیش |
Andreas Kling
|
6c6dbcfc36
LibJS: Rename Environment Records so they match the spec :^)
|
4 سال پیش |
Matthew Olsson
|
df65ff8a1e
LibJS: Add bytecode support for regexp literals
|
4 سال پیش |
Gunnar Beutner
|
fbaf763e2a
LibJS: Let if yield undefined for branches that don't yield a value
|
4 سال پیش |
Matthew Olsson
|
25baefdd1e
LibJS: Support object rest elements in the bytecode interpreter
|
4 سال پیش |
Matthew Olsson
|
57b9a228ab
LibJS: Support array rest elements in the bytecode interpreter
|
4 سال پیش |
Matthew Olsson
|
7983324639
LibJS: Implement array destructuring for the bytecode interpreter
|
4 سال پیش |
Matthew Olsson
|
1f8e643ef0
LibJS: Support object destructuring in the bytecode interpreter
|
4 سال پیش |
Matthew Olsson
|
ce04c2259f
LibJS: Restructure and fully implement BindingPatterns
|
4 سال پیش |
Ali Mohammad Pur
|
4c7c7c38e2
LibJS: Make EnterUnwindContext a terminator op
|
4 سال پیش |
Ali Mohammad Pur
|
3194177dce
LibJS: Correctly parse yield-from expressions
|
4 سال پیش |
Andreas Kling
|
91fbeeab72
LibJS: Add LoadArgument bytecode instruction for fast argument access
|
4 سال پیش |
Gal Horowitz
|
b47d117bd2
LibJS: Add bytecode generation for simple ObjectExpressions
|
4 سال پیش |
Marcin Gasperowicz
|
a64089092f
LibJS: Implement bytecode generation for switch
|
4 سال پیش |
Andreas Kling
|
af48a066c6
LibJS: Add bytecode generation for FunctionExpression :^)
|
4 سال پیش |
Andreas Kling
|
9ee5029bc5
LibJS: Basic bytecode support for computed member expressions
|
4 سال پیش |
Ali Mohammad Pur
|
3234697eca
LibJS: Implement generator functions (only in bytecode mode)
|
4 سال پیش |
Ali Mohammad Pur
|
c53a86a3fe
LibJS: Resolve the `this' value in call expression bytecode
|
4 سال پیش |
Andreas Kling
|
f5feb1d2cd
LibJS: Very basic support for "new" construction in bytecode VM
|
4 سال پیش |
Andreas Kling
|
c3c68399b5
LibJS: Generate bytecode for entering nested lexical environments
|
4 سال پیش |
Andreas Kling
|
b3e6a6c1cd
LibJS: Perform function instantiation in bytecode
|
4 سال پیش |
Andreas Kling
|
941be2dcc2
LibJS: Add empty bytecode generation for VariableDeclaration
|
4 سال پیش |
Gunnar Beutner
|
67cc31a74f
LibJS: Implement bytecode generation for try..catch..finally
|
4 سال پیش |
xyanrch
|
a0412e0d5e
LibJS: Implement bytecode generation for BreakStatement
|
4 سال پیش |