Commit History

Author SHA1 Message Date
  Timothy Flynn 75b2a09a2f LibJS: Implement a nearly empty Intl.DateTimeFormat object 3 years ago
  davidot 064c8be627 LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances 3 years ago
  davidot 7fd38eac98 LibJS: Add AsyncIteratorPrototype 3 years ago
  davidot 0982a73d1d LibJS: Parse async generator functions 3 years ago
  Luke Wilde 3666d2132b LibJS: Remove fallback value for get_offset_nanoseconds_for 3 years ago
  Idan Horowitz 681787de76 LibJS: Add support for async functions 3 years ago
  Timothy Flynn e92d14d498 LibJS: Convert GlobalObject to ThrowCompletionOr 3 years ago
  Timothy Flynn 875b563664 LibJS: Convert GlobalObject's Encode and Decode AOs to ThrowCompletionOr 3 years ago
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 years ago
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr 3 years ago
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 years ago
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr 3 years ago
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr 3 years ago
  Linus Groh cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 years ago
  Linus Groh d40331ef69 LibJS: Start implementing ShadowRealm 3 years ago
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 years ago
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable 3 years ago
  Linus Groh ba6e4c7ae1 LibJS+LibWeb: Use Object::set_prototype() in more places 3 years ago
  Andreas Kling 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions 3 years ago
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr 3 years ago
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr 3 years ago
  Idan Horowitz 1da8faebf5 LibJS: Convert perform_eval to ThrowCompletionOr 3 years ago
  Linus Groh f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm 3 years ago
  Linus Groh 1e79934acf LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment 3 years ago
  Timothy Flynn 07f12b108b LibJS: Implement a nearly empty Intl.NumberFormat object 3 years ago
  Timothy Flynn 8e75e5fabb LibJS: Implement a nearly empty Intl.ListFormat object 3 years ago
  Timothy Flynn 2c10e9fdd3 LibJS: Implement a nearly empty Intl.Locale object 3 years ago
  Linus Groh 8bcda353a2 LibJS: Avoid transitions for more object properties in global object 3 years ago
  Linus Groh 222e518a53 LibJS: Avoid pointless transitions and metadata lookups in storage_set() 3 years ago
  Timothy Flynn 0fb4e8b749 LibJS: Implement a nearly empty Intl.DisplayNames object 3 years ago