Commit History

Author SHA1 Message Date
  Matthew Olsson 9ea6ab0ad4 LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 1 year ago
  Andreas Kling c8821cf8e0 js: Don't try to call a null Function on SIGINT 1 year ago
  Andreas Kling 4db1712f90 LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated 1 year ago
  Shannon Booth 0090b916dd LibJS: Make ParserError::to_string infallible 1 year ago
  Andreas Kling b6d4eea7ac LibJS: Never give back virtual memory once it belongs to a cell type 1 year ago
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
  Andreas Kling 8b7d27b349 LibJS+LibWeb: More bringing module loading closer to spec 1 year ago
  Simon Wanner 93908fcbcb LibJS+Embedders: Unify stack trace format for uncaught errors 1 year ago
  Timothy Flynn 1504469c50 js: Implement the exit builtin without calling the native exit function 1 year ago
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
  Timothy Flynn 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 1 year ago
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 1 year ago
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 year ago
  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