index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
ECMAScriptFunctionObject.cpp
Age
Commit message (
Expand
)
Author
2022-08-27
LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from execute() and related AST functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-05-05
LibJS: Set "prototype" property of async generator functions
Linus Groh
2022-05-05
LibJS: Fix "prototype" property of generator functions, again
Linus Groh
2022-05-03
LibJS: Update two comments saying "completion value"
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-05-01
LibJS: Change "Completion {}" to "Completion Record {}" in comments
Linus Groh
2022-05-01
LibJS: Rename scope to environment
Linus Groh
2022-04-20
LibJS: De-duplicate ClassFieldDefinition Records
Linus Groh
2022-04-11
LibJS: Move additional notes to spec comments onto their own line
Linus Groh
2022-04-11
LibJS: Add missing steps and spec comments to PerformEval
Luke Wilde
2022-04-03
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-03-14
LibJS: Implement default values for function parameters in BC
Ali Mohammad Pur
2022-02-19
LibJS: Do not create a prototype property on AsyncFunction instances
Idan Horowitz
2022-02-13
LibJS: More properly implement scoping rules in bytecode codegen
Ali Mohammad Pur
2022-02-13
LibJS: Make ASTNode::generate_bytecode() fallible
Ali Mohammad Pur
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-08
LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr
davidot
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
2022-01-31
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
Andreas Kling
2022-01-31
LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering members
Andreas Kling
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-22
LibJS: Add ScriptOrModule to execution context and track it everywhere
davidot
2022-01-22
LibJS: Move async_block_start out of ECMAScriptFunctionObject
davidot
2022-01-19
LibJS: Pass source text to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype
Linus Groh
2022-01-16
LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Rename FunctionKind::{Regular => Normal}
Linus Groh
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2022-01-03
LibJS: Update AST to use completions :^)
Linus Groh
2022-01-03
LibJS: Remove redundant abrupt completion check
Linus Groh
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2021-12-30
LibJS: Convert resolve_binding() to ThrowCompletionOr
davidot
2021-12-29
LibJS: Implement and use the MakeMethod AO
Linus Groh
[next]