Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 лет назад |
Linus Groh
|
53619176f5
LibJS: Set "prototype" property of async generator functions
|
3 лет назад |
Linus Groh
|
09e263dd9c
LibJS: Fix "prototype" property of generator functions, again
|
3 лет назад |
Linus Groh
|
03e13715ac
LibJS: Update two comments saying "completion value"
|
3 лет назад |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 лет назад |
Linus Groh
|
c9bdd59e20
LibJS: Change "Completion {}" to "Completion Record {}" in comments
|
3 лет назад |
Linus Groh
|
acda12597a
LibJS: Rename scope to environment
|
3 лет назад |
Linus Groh
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 лет назад |
Linus Groh
|
24d772af7c
LibJS: Move additional notes to spec comments onto their own line
|
3 лет назад |
Luke Wilde
|
34f902fb52
LibJS: Add missing steps and spec comments to PerformEval
|
3 лет назад |
Linus Groh
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
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 лет назад |
Idan Horowitz
|
29dd9d75ef
LibJS: Do not create a prototype property on AsyncFunction instances
|
3 лет назад |
Ali Mohammad Pur
|
1bbfaf8627
LibJS: More properly implement scoping rules in bytecode codegen
|
3 лет назад |
Ali Mohammad Pur
|
75aa900b83
LibJS: Make ASTNode::generate_bytecode() fallible
|
3 лет назад |
Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 лет назад |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 лет назад |
davidot
|
4136cbdb09
LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
6f20f49b21
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
|
3 лет назад |
Andreas Kling
|
7a742b17da
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
|
3 лет назад |
Andreas Kling
|
8d3f92c844
LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering members
|
3 лет назад |
mjz19910
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 лет назад |
davidot
|
57c5a59cab
LibJS: Add ScriptOrModule to execution context and track it everywhere
|
3 лет назад |
davidot
|
39b134e8c1
LibJS: Move async_block_start out of ECMAScriptFunctionObject
|
3 лет назад |
Linus Groh
|
1ee7e97e24
LibJS: Pass source text to ECMAScriptFunctionObject::create()
|
3 лет назад |
Linus Groh
|
4ed49e05a9
LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype
|
3 лет назад |
Linus Groh
|
13fe4e8c64
LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()
|
3 лет назад |
Linus Groh
|
0c73fbbba5
LibJS: Rename FunctionKind::{Regular => Normal}
|
3 лет назад |