Commit History

Author SHA1 Message Date
  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
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 years ago
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 years ago
  Tim Schumacher ed4c2f2f8e LibCore: Rename `Stream::read_all` to `read_until_eof` 2 years ago
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago