Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
vor 3 Jahren |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
vor 3 Jahren |
Andreas Kling
|
8c3942d90c
LibWeb: Rename "result" => "evaluation_status" in ClassicScript::run()
|
vor 3 Jahren |
Andreas Kling
|
a286b1a6af
LibWeb: Remove outdated FIXME from ClassicScript::run()
|
vor 3 Jahren |
Andreas Kling
|
483dce9750
LibWeb: Put ClassicScript debug spam behind HTML_SCRIPT_DEBUG
|
vor 3 Jahren |
Luke Wilde
|
631bbcd00a
LibJS: Refactor interpreter to use Script and Source Text Modules
|
vor 3 Jahren |
Linus Groh
|
eb60d16549
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
|
vor 3 Jahren |
Andreas Kling
|
e215580147
LibWeb: Don't attempt to run unparsed scripts
|
vor 3 Jahren |
Andreas Kling
|
20fb900937
LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb
|
vor 3 Jahren |
Andreas Kling
|
10c489713d
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
|
vor 3 Jahren |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
vor 3 Jahren |
Andreas Kling
|
f6ad7dfc0b
LibWeb: Log classic script start, finish, and duration
|
vor 3 Jahren |
Linus Groh
|
7b92889e6b
LibJS: Change Interpreter::create_with_existing_{global_object => realm}
|
vor 3 Jahren |
Linus Groh
|
106f295916
LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms
|
vor 3 Jahren |
Andreas Kling
|
1484980f8f
LibWeb+LibJS: Remember source filenames when using HTML::Script
|
vor 3 Jahren |
Andreas Kling
|
73be7e227b
LibWeb: Implement the "create" and "run" methods of ClassicScript
|
vor 3 Jahren |
Andreas Kling
|
0839442da5
LibWeb: Start working on spec-aligned HTML scripting semantics
|
vor 3 Jahren |