Historie revizí

Autor SHA1 Zpráva Datum
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype před 3 roky
  Nico Weber 23cde7685c LibJS: Correcly handle surrogates in escape() před 3 roky
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions před 3 roky
  Timothy Flynn 4cc8cf9233 LibJS: Add an accessor for the %Date.now% instrinsic property před 3 roky
  Timothy Flynn 75b2a09a2f LibJS: Implement a nearly empty Intl.DateTimeFormat object před 3 roky
  davidot 064c8be627 LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances před 3 roky
  davidot 7fd38eac98 LibJS: Add AsyncIteratorPrototype před 3 roky
  davidot 0982a73d1d LibJS: Parse async generator functions před 3 roky
  Luke Wilde 3666d2132b LibJS: Remove fallback value for get_offset_nanoseconds_for před 3 roky
  Idan Horowitz 681787de76 LibJS: Add support for async functions před 3 roky
  Timothy Flynn e92d14d498 LibJS: Convert GlobalObject to ThrowCompletionOr před 3 roky
  Timothy Flynn 875b563664 LibJS: Convert GlobalObject's Encode and Decode AOs to ThrowCompletionOr před 3 roky
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function před 3 roky
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr před 3 roky
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros před 3 roky
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr před 3 roky
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr před 3 roky
  Linus Groh cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm před 3 roky
  Linus Groh d40331ef69 LibJS: Start implementing ShadowRealm před 3 roky
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr před 3 roky
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable před 3 roky
  Linus Groh ba6e4c7ae1 LibJS+LibWeb: Use Object::set_prototype() in more places před 3 roky
  Andreas Kling 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions před 3 roky
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr před 3 roky
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr před 3 roky
  Idan Horowitz 1da8faebf5 LibJS: Convert perform_eval to ThrowCompletionOr před 3 roky
  Linus Groh f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm před 3 roky
  Linus Groh 1e79934acf LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment před 3 roky
  Timothy Flynn 07f12b108b LibJS: Implement a nearly empty Intl.NumberFormat object před 3 roky
  Timothy Flynn 8e75e5fabb LibJS: Implement a nearly empty Intl.ListFormat object před 3 roky