Historique des commits

Auteur SHA1 Message Date
  Idan Horowitz 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr il y a 3 ans
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages il y a 3 ans
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 7b4814f74c LibJS: Convert IteratorValue AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn a64752cd34 LibJS: Convert IteratorComplete AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn c981d7b9bd LibJS: Convert IteratorNext AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 860a37640b LibJS: Convert GetIterator AO to ThrowCompletionOr il y a 3 ans
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment il y a 3 ans
  Idan Horowitz 545d403f6b LibJS: Convert Value operator AOs to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 48ac15758e LibJS: Convert is_loosely_equal() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz b8f101888b LibJS: Convert to_numeric() to ThrowCompletionOr il y a 3 ans
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation il y a 3 ans
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr il y a 3 ans
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr il y a 3 ans
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr il y a 3 ans
  davidot 830ea0414c LibJS: Make scoping follow the spec il y a 3 ans
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr il y a 3 ans
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh 580a7e0f7c LibJS: Rename abstract_eq() to is_loosely_equal() il y a 3 ans
  Linus Groh c7ff89891c LibJS: Rename strict_eq() to is_strictly_equal() il y a 3 ans
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr il y a 3 ans
  Brian Gianforcaro 53166c10ca LibJS: Remove unused header includes il y a 3 ans
  Timothy Flynn a0c19deb80 LibJS: Implement RegExpCreate/RegExpInitialize closer to the spec il y a 4 ans
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class il y a 4 ans
  Idan Horowitz e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages il y a 4 ans
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 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