mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:47:46 +00:00
Browser+LibWebView: Run with the JavaScript bytecode VM by default
The AST interpreter is still available behind a new `--ast` flag.
This commit is contained in:
parent
c3e5487f00
commit
a3e97ea153
9 changed files with 25 additions and 7 deletions
|
@ -9,6 +9,9 @@
|
|||
|
||||
endpoint WebContentServer
|
||||
{
|
||||
// NOTE: This is only used on SerenityOS when attaching to a WebContent process served by SystemServer.
|
||||
set_use_javascript_bytecode(bool use_javascript_bytecode) =|
|
||||
|
||||
get_window_handle() => (String handle)
|
||||
set_window_handle(String handle) =|
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue