提交历史

作者 SHA1 备注 提交日期
  Evan Smal 698bcf4b4e js: Convert `s_history_path` to String and propagate errors 2 年之前
  Evan Smal d18a7ca2dc js: Use `Core::Stream::File` in place of POSIX in `write_to_file()` 2 年之前
  Evan Smal f871dc097b js: Use String in `prompt_for_level()` and `read_next_piece()` 2 年之前
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 年之前
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 年之前
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 年之前
  Tim Schumacher ed4c2f2f8e LibCore: Rename `Stream::read_all` to `read_until_eof` 2 年之前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Hendiadyoin1 35db0c5e18 js: Force optimizations when setting the -p flag 2 年之前
  Ali Mohammad Pur c590c5c444 js: Make console.log() print to stdout again 2 年之前
  Ali Mohammad Pur 84502f53b5 LibJS+js: Move the value print implementation to LibJS 2 年之前
  Andreas Kling 15c324a70b Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes 2 年之前
  Sam Atkins 8d7179766a js: Port to Core::Stream 2 年之前
  networkException afeff4cebb LibJS+js: Disable console debug messages outside Serenity only for `js` 2 年之前
  Andrew Kaster 539fb08551 Userland: Remove unecessary uses of __serenity__ macro 2 年之前
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 年之前
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() 2 年之前
  Linus Groh 867ad03995 LibJS: Move Console ownership from GlobalObject to ConsoleObject 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前
  Linus Groh 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() 2 年之前
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 年之前
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 年之前
  Linus Groh 7c468b5a77 LibJS: Pass Realm to GlobalObject::initialize_global_object() 2 年之前
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 年之前
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 年之前
  Linus Groh ae9e031f56 LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19] 2 年之前