Historique des commits

Auteur SHA1 Message Date
  Ben Wiederhake b8f11b1bae Everywhere: Remove unused ArgsParser header il y a 3 ans
  Idan Horowitz e7a134a346 LibJS: Convert JSONObject functions to ThrowCompletionOr il y a 3 ans
  Andreas Kling f75d78f56a LibJS: Include executable name in bytecode dumps il y a 3 ans
  Andreas Kling c95dde971b LibJS: Move global "should dump bytecode" flag into LibJS il y a 3 ans
  Andreas Kling da77e2aa4f LibJS: Add Bytecode::Executable::dump() il y a 3 ans
  Idan Horowitz 44555eb50a LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function il y a 3 ans
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros il y a 3 ans
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr il y a 3 ans
  Andreas Kling 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag il y a 3 ans
  davidot ce3f29a135 LibJS + test-js: Get results from the global object directly il y a 3 ans
  Andreas Kling 0a09eaf3a1 LibJS+LibTest: Use JS::Script and JS::SourceTextModule in test-js il y a 3 ans
  Linus Groh 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() il y a 3 ans
  Andreas Kling c364520c24 LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies il y a 3 ans
  Andrew Kaster 332b29c741 LibTest+Utilities: Print a start message before each test in run-tests il y a 3 ans
  davidot 7613c22b06 LibJS: Add a mode to parse JS as a module il y a 3 ans
  Gunnar Beutner e4f0795ae4 LibELF+LibTest: Fix incorrect #ifdef il y a 3 ans
  Andreas Kling 0c39f8128d LibTest: Emit a profile signpost at the start of each test il y a 3 ans
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper il y a 4 ans
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) il y a 4 ans
  Andrew Kaster 601c9e89de Userland+Tests: Split out generic test runner from JS TestRunner il y a 4 ans
  Idan Horowitz 77c2db4183 LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) il y a 4 ans
  Gunnar Beutner a612c22278 LibJS: Add support for running test-js with the bytecode interpreter il y a 4 ans
  Idan Horowitz a00d154522 LibJS: Notify WeakSets when heap cells are sweeped il y a 4 ans
  Linus Groh 1828607606 LibTest: Add --json flag to JS test runner il y a 4 ans
  Ali Mohammad Pur f387da4a90 LibTest+test-js: Add back the lost test262 parser test option il y a 4 ans
  Ali Mohammad Pur 13c1514889 LibTest: Do not cleanly exit when abort() is called il y a 4 ans
  Andreas Kling 6da481205b LibTest: Use fstatat() to speed up iterate_directory_recursively() il y a 4 ans
  Ali Mohammad Pur f137c1bfaa LibJS+LibTest: Move out the test-js test runner into LibTest il y a 4 ans