Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated il y a 2 ans
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() il y a 2 ans
  Linus Groh 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() il y a 2 ans
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary il y a 2 ans
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() il y a 2 ans
  Linus Groh 7c468b5a77 LibJS: Pass Realm to GlobalObject::initialize_global_object() il y a 2 ans
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions il y a 2 ans
  Linus Groh 9930302efb LibJS: Replace GlobalObject with VM in JSON AOs [Part 13/19] il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Linus Groh 9422ae9bb2 LibJS: Add infallible variant of VM::push_execution_context() il y a 3 ans
  Ali Mohammad Pur 8b50009e9b LibTest: Provide detailed per-file JSON output with --per-file il y a 3 ans
  Sam Atkins cc874f2b82 LibTest: Port JavaScriptTestRunner to Core::Stream il y a 3 ans
  Ali Mohammad Pur bed129a69f LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests il y a 3 ans
  Ali Mohammad Pur 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible il y a 3 ans
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object il y a 3 ans
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions il y a 3 ans
  davidot 8da6c01d8f LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option il y a 3 ans
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr il y a 3 ans
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules il y a 3 ans
  Linus Groh eb60d16549 LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> il y a 3 ans
  Andrew Kaster d1e3470438 LibTest: Use Array instead of fold expression in __testjs_last() il y a 3 ans
  Linus Groh c4f0f1cc05 LibTest: Remove uses of TRY_OR_DISCARD() from JavaScriptTestRunner il y a 3 ans
  Linus Groh 6c9cf4d31a LibTest: Convert JavaScriptTestRunner's get_test_results() to ErrorOr il y a 3 ans
  Andreas Kling 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) il y a 3 ans
  Ali Mohammad Pur 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> il y a 3 ans
  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