Andreas Kling
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 years ago |
Linus Groh
|
7767f9be37
LibJS: Rename some variables from "script body" to "script"
|
3 years ago |
Linus Groh
|
ee1379520a
LibJS: Add missing whitespace around namespace curly braces
|
3 years ago |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Idan Horowitz
|
c575710e5e
LibWeb: Use inline script tag source line as javascript line offset
|
3 years ago |
Andreas Kling
|
aeb72fe9d0
LibJS: Reduce header dependency graph in Realm.h
|
3 years ago |
Andreas Kling
|
6ddbe8f953
LibJS: Add [[HostDefined]] internal slot to Script objects
|
3 years ago |
davidot
|
12c2f30c54
LibJS: Add filename tracking to Script and Module
|
3 years ago |
Andreas Kling
|
20fb900937
LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb
|
3 years ago |
Andreas Kling
|
10c489713d
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
|
3 years ago |
Andreas Kling
|
f08a46bd9e
LibJS: Make JS::Script keep the VM alive
|
3 years ago |
Andreas Kling
|
3ca2e701e6
LibJS: Log scripts parsed by JS::Script::parse() and how long it took
|
3 years ago |
Linus Groh
|
106f295916
LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms
|
3 years ago |
Andreas Kling
|
1484980f8f
LibWeb+LibJS: Remember source filenames when using HTML::Script
|
3 years ago |
Andreas Kling
|
d823d7da54
LibJS: Implement the ParseScript AO (as JS::Script::parse())
|
3 years ago |
Andreas Kling
|
612a23d6fc
LibJS: Start adding a JS::Script class (spec's "Script Record")
|
3 years ago |