Historie revizí

Autor SHA1 Zpráva Datum
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr před 3 roky
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr před 3 roky
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr před 3 roky
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable před 3 roky
  davidot 830ea0414c LibJS: Make scoping follow the spec před 3 roky
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr před 3 roky
  Linus Groh 4566472ed6 LibJS: Rename BoundFunction::m_target_function to match spec name před 3 roky
  Idan Horowitz 1da8faebf5 LibJS: Convert perform_eval to ThrowCompletionOr před 3 roky
  Idan Horowitz f302b114f3 LibJS: Convert get_substitution to ThrowCompletionOr před 3 roky
  Idan Horowitz 69430855e0 LibJS: Remove non-specification compliant exception check před 3 roky
  Idan Horowitz e90e4ac1e2 LibJS: Convert length_of_array_like to ThrowCompletionOr před 3 roky
  Idan Horowitz 02a88c5063 LibJS: Convert make_super_property_reference to ThrowCompletionOr před 3 roky
  Brian Gianforcaro 9f50e288f7 LibJS: Fix Clang Toolchain CI build před 3 roky
  Linus Groh 2d4650714f LibJS: Use ThrowCompletionOr in get_prototype_from_constructor() před 3 roky
  Linus Groh bc1b8f9cc8 LibJS: Use ThrowCompletionOr in get_function_realm() před 3 roky
  Linus Groh 3d43eb0774 LibJS: Use ThrowCompletionOr in species_constructor() před 3 roky
  Linus Groh c4c40f4cf3 LibJS: Use ThrowCompletionOr in create_list_from_array_like() před 3 roky
  Linus Groh 568296d0cc LibJS: Use ThrowCompletionOr in require_object_coercible() před 3 roky
  Linus Groh 1a7828a9f3 LibJS: Return default-constructed values instead of the INVALID constant před 3 roky
  Linus Groh 657d17ace3 LibJS: Remove two unused includes from AbstractOperations.cpp před 3 roky
  Linus Groh 80e58dab9a LibJS: Make get_function_realm() actually return a Realm před 3 roky
  Linus Groh 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() před 3 roky
  Linus Groh f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm před 3 roky
  Andreas Kling 19ee5e01ad LibJS: Use Span<Cell*> instead of Vector<Cell*> in more places před 3 roky
  Timothy Flynn 6c45620709 LibJS: Reduce copying of string data in String.prototype před 3 roky
  Timothy Flynn c1e99fca1a LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String před 3 roky
  Linus Groh 16c38788c3 LibJS: Add missing spec links před 3 roky
  Brian Gianforcaro 53166c10ca LibJS: Remove unused header includes před 4 roky
  Linus Groh 1c1354db07 LibJS: Store the %Array.prototype.values% intrinsic on the global object před 4 roky
  Timothy Flynn 5a8f870594 LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units před 4 roky