Historique des commits

Auteur SHA1 Message Date
  Idan Horowitz e90e4ac1e2 LibJS: Convert length_of_array_like to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 02a88c5063 LibJS: Convert make_super_property_reference to ThrowCompletionOr il y a 3 ans
  Brian Gianforcaro 9f50e288f7 LibJS: Fix Clang Toolchain CI build il y a 3 ans
  Linus Groh 2d4650714f LibJS: Use ThrowCompletionOr in get_prototype_from_constructor() il y a 3 ans
  Linus Groh bc1b8f9cc8 LibJS: Use ThrowCompletionOr in get_function_realm() il y a 3 ans
  Linus Groh 3d43eb0774 LibJS: Use ThrowCompletionOr in species_constructor() il y a 3 ans
  Linus Groh c4c40f4cf3 LibJS: Use ThrowCompletionOr in create_list_from_array_like() il y a 3 ans
  Linus Groh 568296d0cc LibJS: Use ThrowCompletionOr in require_object_coercible() il y a 3 ans
  Linus Groh 1a7828a9f3 LibJS: Return default-constructed values instead of the INVALID constant il y a 3 ans
  Linus Groh 657d17ace3 LibJS: Remove two unused includes from AbstractOperations.cpp il y a 3 ans
  Linus Groh 80e58dab9a LibJS: Make get_function_realm() actually return a Realm il y a 3 ans
  Linus Groh 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() il y a 3 ans
  Linus Groh f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm il y a 3 ans
  Andreas Kling 19ee5e01ad LibJS: Use Span<Cell*> instead of Vector<Cell*> in more places il y a 3 ans
  Timothy Flynn 6c45620709 LibJS: Reduce copying of string data in String.prototype il y a 3 ans
  Timothy Flynn c1e99fca1a LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String il y a 3 ans
  Linus Groh 16c38788c3 LibJS: Add missing spec links il y a 3 ans
  Brian Gianforcaro 53166c10ca LibJS: Remove unused header includes il y a 3 ans
  Linus Groh 1c1354db07 LibJS: Store the %Array.prototype.values% intrinsic on the global object il y a 3 ans
  Timothy Flynn 5a8f870594 LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units il y a 4 ans
  Timothy Flynn 06208aaa15 LibJS: Implement String.prototype.replace with UTF-16 code units il y a 4 ans
  davidot a394aa5830 LibJS: Fix that vm.in_strict_mode was propagated to eval and functions il y a 4 ans
  Idan Horowitz fff112c8a3 LibJS: Add missing spec link to ValidateAndApplyPropertyDescriptor il y a 4 ans
  Idan Horowitz dd27490ee1 LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates il y a 4 ans
  Timothy Flynn e0c9f58b0c LibJS: Implement and use the GetSubstitution abstract operation il y a 4 ans
  Linus Groh 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant il y a 4 ans
  davidot c52d515028 LibJS: Make AbstractOperations::canonical_num... take a PropertyName il y a 4 ans
  Andreas Kling 77fa33e61a LibJS: Finish implementing mapped arguments exotic objects :^) il y a 4 ans
  Linus Groh 9555ca99a0 LibJS: Remove unnecessary value_or() from get() il y a 4 ans
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) il y a 4 ans