Historique des commits

Auteur SHA1 Message Date
  Andreas Kling c95dde971b LibJS: Move global "should dump bytecode" flag into LibJS 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
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr il y a 3 ans
  Linus Groh 1adf57530c js: Implement pretty-printing of ShadowRealm il y a 3 ans
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr il y a 3 ans
  Linus Groh fe802f5ff5 js: Fix pretty-printing of RegExp objects il y a 3 ans
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr il y a 3 ans
  davidot f4f1397735 js: Allow for completion of lexically declared variables il y a 3 ans
  davidot 0be0e7ea6e js: Fix that auto completion of properties failed 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 830ea0414c LibJS: Make scoping follow the spec il y a 3 ans
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject il y a 3 ans
  Andreas Kling 63a0ebcc90 js: Add a simple loadJSON(path) built-in to load JSON from a file 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
  Timothy Flynn cf1923edeb js: Implement pretty-printing of Intl.NumberFormat il y a 3 ans
  Timothy Flynn 1a7443bec7 js: Implement pretty-printing of Intl.ListFormat il y a 3 ans
  Linus Groh fd895c7a24 js: Include calendar in pretty-printing output of more Temporal objects il y a 3 ans
  Linus Groh cc8644ce34 js: Implement pretty-printing of Temporal.PlainMonthDay objects il y a 3 ans
  Linus Groh 651feb6866 js: Implement pretty-printing of Temporal.PlainYearMonth objects il y a 3 ans
  Timothy Flynn 128779938d js: Implement pretty-printing of Intl.Locale il y a 3 ans
  sin-ack c93c54c656 js: Use CodepointOriented spans and use the codepoint length of token il y a 3 ans
  Timothy Flynn 1c2ac69e3c js: Implement pretty-printing of Intl.DisplayNames il y a 3 ans
  davidot 7613c22b06 LibJS: Add a mode to parse JS as a module il y a 3 ans
  Linus Groh 0990c23fc3 js: Implement pretty-printing of Temporal.ZonedDateTime objects il y a 4 ans
  Linus Groh c69d8b6925 js: Implement pretty-printing of Temporal.PlainTime objects il y a 4 ans
  Linus Groh 40580696a6 js: Implement pretty-printing of Temporal.PlainDateTime objects il y a 4 ans
  Linus Groh 93e52f6ad8 js: Implement pretty-printing of Temporal.PlainDate objects il y a 4 ans