提交历史

作者 SHA1 备注 提交日期
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 年之前
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable 3 年之前
  davidot 830ea0414c LibJS: Make scoping follow the spec 3 年之前
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr 3 年之前
  Linus Groh 4566472ed6 LibJS: Rename BoundFunction::m_target_function to match spec name 3 年之前
  Idan Horowitz 1da8faebf5 LibJS: Convert perform_eval to ThrowCompletionOr 3 年之前
  Idan Horowitz f302b114f3 LibJS: Convert get_substitution to ThrowCompletionOr 3 年之前
  Idan Horowitz 69430855e0 LibJS: Remove non-specification compliant exception check 3 年之前
  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 年之前