Historique des commits

Auteur SHA1 Message Date
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment il y a 3 ans
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function il y a 3 ans
  Idan Horowitz aad12b050b LibJS: Convert to_length() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr il y a 3 ans
  davidot c3cb44ca8a LibJS: Remove ErrorType::FixmeAddAnErrorStringWithMessage il y a 3 ans
  Linus Groh c70784bb82 LibJS: Implement ShadowRealm.prototype.evaluate() il y a 3 ans
  Linus Groh 96ab116f0d LibJS: Convert to_primitive_string() to ThrowCompletionOr il y a 3 ans
  Linus Groh da59c77fe3 LibJS: Convert to_utf16_string() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr il y a 3 ans
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr il y a 3 ans
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr il y a 3 ans
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr il y a 3 ans
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr il y a 3 ans
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4f03138971 LibJS: Convert get_super_base() to ThrowCompletionOr il y a 3 ans
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject il y a 3 ans
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly il y a 3 ans
  Andreas Kling 421845b0cd LibJS: Taint variable environment chain after non-strict direct eval() il y a 3 ans
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation il y a 3 ans
  Andreas Kling d872f0d503 LibJS: Avoid an unnecessary String in create_mapped_arguments_object() il y a 3 ans
  Andreas Kling f4180b7269 LibJS: Avoid an unnecessary String in create_list_from_array_like() il y a 3 ans
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr il y a 3 ans
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr il y a 3 ans
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable il y a 3 ans
  davidot 830ea0414c LibJS: Make scoping follow the spec il y a 3 ans
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4566472ed6 LibJS: Rename BoundFunction::m_target_function to match spec name il y a 3 ans
  Idan Horowitz 1da8faebf5 LibJS: Convert perform_eval to ThrowCompletionOr il y a 3 ans