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
/
Script.h
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-23
LibJS: Make Script.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Make Script.h not include Parser.h
Andreas Kling
2022-11-23
LibJS: Make Parser::Error a standalone ParserError class
Andreas Kling
2022-10-06
LibJS: Mark [[HostDefined]] accessor on scripts as const
networkException
2022-09-06
LibJS+LibWeb: Make HTML::Script GC-allocated
Andreas Kling
2022-09-06
LibJS: Make Script and Module GC-allocated
Andreas Kling
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-03-14
LibWeb: Use inline script tag source line as javascript line offset
Idan Horowitz
2022-02-07
LibJS: Add [[HostDefined]] internal slot to Script objects
Andreas Kling
2022-02-07
LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers
Andreas Kling
2022-01-22
LibJS: Add filename tracking to Script and Module
davidot
2021-09-14
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
Andreas Kling
2021-09-14
LibJS: Make JS::Script keep the VM alive
Andreas Kling
2021-09-12
LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms
Linus Groh
2021-09-11
LibWeb+LibJS: Remember source filenames when using HTML::Script
Andreas Kling
2021-09-09
LibJS: Implement the ParseScript AO (as JS::Script::parse())
Andreas Kling
2021-09-09
LibJS: Start adding a JS::Script class (spec's "Script Record")
Andreas Kling