Commit Verlauf

Autor SHA1 Nachricht Datum
  Ali Mohammad Pur bed129a69f LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests vor 3 Jahren
  Ali Mohammad Pur 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible vor 3 Jahren
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object vor 3 Jahren
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions vor 3 Jahren
  davidot 8da6c01d8f LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option vor 3 Jahren
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr vor 3 Jahren
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules vor 3 Jahren
  Linus Groh eb60d16549 LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> vor 3 Jahren
  Andrew Kaster d1e3470438 LibTest: Use Array instead of fold expression in __testjs_last() vor 3 Jahren
  Linus Groh c4f0f1cc05 LibTest: Remove uses of TRY_OR_DISCARD() from JavaScriptTestRunner vor 3 Jahren
  Linus Groh 6c9cf4d31a LibTest: Convert JavaScriptTestRunner's get_test_results() to ErrorOr vor 3 Jahren
  Andreas Kling 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) vor 3 Jahren
  Ali Mohammad Pur 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> vor 3 Jahren
  Ben Wiederhake b8f11b1bae Everywhere: Remove unused ArgsParser header vor 3 Jahren
  Idan Horowitz e7a134a346 LibJS: Convert JSONObject functions to ThrowCompletionOr vor 3 Jahren
  Andreas Kling f75d78f56a LibJS: Include executable name in bytecode dumps vor 3 Jahren
  Andreas Kling c95dde971b LibJS: Move global "should dump bytecode" flag into LibJS vor 3 Jahren
  Andreas Kling da77e2aa4f LibJS: Add Bytecode::Executable::dump() vor 3 Jahren
  Idan Horowitz 44555eb50a LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function vor 3 Jahren
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros vor 3 Jahren
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr vor 3 Jahren
  Andreas Kling 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag vor 3 Jahren
  davidot ce3f29a135 LibJS + test-js: Get results from the global object directly vor 3 Jahren
  Andreas Kling 0a09eaf3a1 LibJS+LibTest: Use JS::Script and JS::SourceTextModule in test-js vor 3 Jahren
  Linus Groh 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() vor 3 Jahren
  Andreas Kling c364520c24 LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies vor 3 Jahren
  Andrew Kaster 332b29c741 LibTest+Utilities: Print a start message before each test in run-tests vor 3 Jahren
  davidot 7613c22b06 LibJS: Add a mode to parse JS as a module vor 4 Jahren
  Gunnar Beutner e4f0795ae4 LibELF+LibTest: Fix incorrect #ifdef vor 4 Jahren