Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 gadi atpakaļ |
Linus Groh
|
acda12597a
LibJS: Rename scope to environment
|
3 gadi atpakaļ |
Linus Groh
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 gadi atpakaļ |
Luke Wilde
|
34f902fb52
LibJS: Add missing steps and spec comments to PerformEval
|
3 gadi atpakaļ |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 gadi atpakaļ |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 gadi atpakaļ |
Ali Mohammad Pur
|
d75cf27e02
LibJS: Implement default values for function parameters in BC
|
3 gadi atpakaļ |
Andreas Kling
|
515594c667
LibJS: Add fast_is<T>() for things that were hot in RTTI
|
3 gadi atpakaļ |
Linus Groh
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 gadi atpakaļ |
Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
3 gadi atpakaļ |
Andreas Kling
|
7a742b17da
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
|
3 gadi atpakaļ |
Andreas Kling
|
8d3f92c844
LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering members
|
3 gadi atpakaļ |
davidot
|
57c5a59cab
LibJS: Add ScriptOrModule to execution context and track it everywhere
|
3 gadi atpakaļ |
davidot
|
39b134e8c1
LibJS: Move async_block_start out of ECMAScriptFunctionObject
|
3 gadi atpakaļ |
Linus Groh
|
1ee7e97e24
LibJS: Pass source text to ECMAScriptFunctionObject::create()
|
3 gadi atpakaļ |
Linus Groh
|
13fe4e8c64
LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()
|
3 gadi atpakaļ |
Linus Groh
|
0c73fbbba5
LibJS: Rename FunctionKind::{Regular => Normal}
|
3 gadi atpakaļ |
Linus Groh
|
7204b292c5
LibJS: Implement and use the MakeMethod AO
|
3 gadi atpakaļ |
davidot
|
5d0f666f22
LibJS: Don't set a prototype property on async functions
|
3 gadi atpakaļ |
Linus Groh
|
7cdca08090
LibJS: Convert prepare_for_ordinary_call() to ThrowCompletionOr
|
3 gadi atpakaļ |
Idan Horowitz
|
681787de76
LibJS: Add support for async functions
|
3 gadi atpakaļ |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 gadi atpakaļ |
davidot
|
4c8090a45d
LibJS: Use ClassFieldInitializerStatement for class fields
|
3 gadi atpakaļ |
davidot
|
16cc82460f
LibJS: Add parsing and evaluation of private fields and methods
|
3 gadi atpakaļ |
davidot
|
13ead80ee6
LibJS: Add PrivateEnvironment
|
3 gadi atpakaļ |
davidot
|
1245512c50
LibJS: Make class definition evaluation more spec like in ordering
|
3 gadi atpakaļ |
Linus Groh
|
fe5c2b7bb9
LibJS: Decouple new_function_environment() from FunctionObject
|
3 gadi atpakaļ |
Linus Groh
|
53af66d57d
LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject
|
3 gadi atpakaļ |
Linus Groh
|
25bcd36116
LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject
|
3 gadi atpakaļ |
Linus Groh
|
cf168fac50
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
|
3 gadi atpakaļ |