Commit History

Author SHA1 Message Date
  Andreas Kling e2c8d5859e LibJS: Remove ability to disable bytecode VM 1 year ago
  Andreas Kling a75b51de10 js: Remove ability to run with AST interpreter 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Andreas Kling 405187993a LibGUI+LibCore: Move GML property system from LibCore to LibGUI 1 year ago
  Andreas Kling 72516ca101 js: Run with the JavaScript bytecode VM by default 2 years ago
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now 2 years ago
  Daniel Bertalan e012565898 test262-runner+js: Respect the bytecode optimizations enabled flag 2 years ago
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model 2 years ago
  Andreas Kling d063f35afd LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++ 2 years ago
  CanadaHonk 2cd4f135f0 js: Add --use-test262-global option 2 years ago
  CanadaHonk 31a7dabf02 js: Add --disable-debug-output option 2 years ago
  Linus Groh f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 years ago
  Timothy Flynn 13dfadba79 LibJS: Propagate errors from VM creation 2 years ago
  Tim Schumacher ae51c1821c Everywhere: Remove unintentional partial stream reads and writes 2 years ago
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
  Andrew Kaster f40094d014 LibWeb+LibJS: Format Console arguments with JS::Print 2 years ago
  Sam Atkins 2db168acc1 LibTextCodec+Everywhere: Port Decoders to new Strings 2 years ago
  Sam Atkins f2a9426885 LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()` 2 years ago
  Evan Smal 76891ae45d js: Save REPL history when exiting interpreter with `exit()` 2 years ago
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
  Sam Atkins d6075ef5b5 LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView 2 years ago
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 years ago
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` 2 years ago
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 years ago
  Timothy Flynn 3b4879d29b LibJS+Userland: Port the JS Console object and direct callers to String 2 years ago
  Evan Smal cb3216cb45 js: Remove DeprecatedString usage in `load_json_impl()` 2 years ago
  Evan Smal ff5a8a21e8 js: Use const where possible in `parse_and_run()` 2 years ago
  Evan Smal 698bcf4b4e js: Convert `s_history_path` to String and propagate errors 2 years ago
  Evan Smal d18a7ca2dc js: Use `Core::Stream::File` in place of POSIX in `write_to_file()` 2 years ago
  Evan Smal f871dc097b js: Use String in `prompt_for_level()` and `read_next_piece()` 2 years ago