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
/
ExecutionContext.h
Age
Commit message (
Expand
)
Author
2022-12-12
LibJS: Make it possible to visit the edges of an ExecutionContext
Luke Wilde
2022-12-12
LibJS: Move ExecutionContext function implementations out of line
Luke Wilde
2022-11-21
LibJS+LibWeb: Make JS::ExecutionContext protect its Web::HTML::ESO owner
Andreas Kling
2022-09-06
LibJS: Make Script and Module GC-allocated
Andreas Kling
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-07
LibJS: Add missing include to ExecutionContext.h
Andreas Kling
2022-02-07
LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers
Andreas Kling
2022-01-22
LibJS: Add ScriptOrModule to execution context and track it everywhere
davidot
2022-01-05
LibJS: Make MarkedValueList copyable and move assignable
Luke Wilde
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-10-20
LibJS: Add PrivateEnvironment
davidot
2021-10-03
LibJS: Remove unused ExecutionContext::arguments_object
Andreas Kling
2021-09-14
LibJS: Reorganize ExecutionContext a little bit
Andreas Kling