Commit History

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