Andreas Kling
|
c14db6ab12
LibJS: Make Executable ref-counted and let instruction iterator co-own it
|
1 год назад |
Aliaksandr Kalenik
|
42e9dfedc2
LibJS: Pre-calculate the number of bindings for function environments
|
1 год назад |
Andreas Kling
|
9ccf25fdbe
LibJS: Avoid StringView->DeprecatedFlyString conversions in FDI
|
1 год назад |
Andreas Kling
|
e32a597d78
LibJS: Fix VariableNameToInitialize name spelling
|
1 год назад |
Aliaksandr Kalenik
|
edd2f8b37f
LibJS: Run reusable steps of FunctionDeclarationInstantiation only once
|
1 год назад |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
1 год назад |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 год назад |
Shannon Booth
|
930dd2948f
LibJS: Make AsyncFunctionStart and AsyncBlockStart templates
|
2 лет назад |
Shannon Booth
|
7b5362fea6
LibJS: Make AsyncFunctionStart a standalone AO
|
2 лет назад |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 лет назад |
Aliaksandr Kalenik
|
7765ebb5f2
LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject
|
2 лет назад |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 лет назад |
Andreas Kling
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
2 лет назад |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 лет назад |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 лет назад |
Linus Groh
|
03acbf0beb
LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr
|
2 лет назад |
Linus Groh
|
73efdb1cc4
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
|
2 лет назад |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 лет назад |
Andreas Kling
|
d16b808e71
LibJS: Make ECMAScriptFunctionObject.h not include AST.h
|
2 лет назад |
Andreas Kling
|
835d7aac96
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
|
2 лет назад |
Andreas Kling
|
35c9aa7c05
LibJS: Hide all the constructors!
|
2 лет назад |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 лет назад |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 лет назад |
Linus Groh
|
acda12597a
LibJS: Rename scope to environment
|
3 лет назад |
Linus Groh
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 лет назад |
Luke Wilde
|
34f902fb52
LibJS: Add missing steps and spec comments to PerformEval
|
3 лет назад |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 лет назад |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 лет назад |
Ali Mohammad Pur
|
d75cf27e02
LibJS: Implement default values for function parameters in BC
|
3 лет назад |
Andreas Kling
|
515594c667
LibJS: Add fast_is<T>() for things that were hot in RTTI
|
3 лет назад |