提交歷史

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