Historique des commits

Auteur SHA1 Message Date
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr il y a 3 ans
  Linus Groh 2d4650714f LibJS: Use ThrowCompletionOr in get_prototype_from_constructor() il y a 3 ans
  Linus Groh bc1b8f9cc8 LibJS: Use ThrowCompletionOr in get_function_realm() il y a 3 ans
  Linus Groh 3d43eb0774 LibJS: Use ThrowCompletionOr in species_constructor() il y a 3 ans
  Linus Groh c4c40f4cf3 LibJS: Use ThrowCompletionOr in create_list_from_array_like() il y a 3 ans
  Linus Groh 568296d0cc LibJS: Use ThrowCompletionOr in require_object_coercible() il y a 3 ans
  Linus Groh 80e58dab9a LibJS: Make get_function_realm() actually return a Realm il y a 3 ans
  Andreas Kling 19ee5e01ad LibJS: Use Span<Cell*> instead of Vector<Cell*> in more places il y a 3 ans
  Timothy Flynn 5a8f870594 LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units il y a 4 ans
  Idan Horowitz dd27490ee1 LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates il y a 4 ans
  Timothy Flynn e0c9f58b0c LibJS: Implement and use the GetSubstitution abstract operation il y a 4 ans
  davidot c52d515028 LibJS: Make AbstractOperations::canonical_num... take a PropertyName il y a 4 ans
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) il y a 4 ans
  Andreas Kling 1270df257b LibJS: Bring the `super` keyword in line with the spec il y a 4 ans
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes il y a 4 ans
  Andreas Kling 2d4eb40f59 LibJS: Add the CreateMappedArgumentsObject abstract operation il y a 4 ans
  Andreas Kling 9eed7444de LibJS: Implement the CreateUnmappedArgumentsObject abstract operation il y a 4 ans
  Andreas Kling 1bd52ce789 LibJS: Stop qualifying AK::Function il y a 4 ans
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject il y a 4 ans
  Linus Groh 337ad6d15c LibJS: Implement the GetMethod() abstract operation as a Value method il y a 4 ans
  Anonymous 2822da8c8f LibJS: Correct behaviour of direct vs. indirect eval il y a 4 ans
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec il y a 4 ans
  Andreas Kling 395bee07e0 LibJS: Implement the NewObjectEnvironment() abstract operation il y a 4 ans
  Andreas Kling d8e9a176cd LibJS: Implement the NewDeclarativeEnvironment() abstract operation il y a 4 ans
  Linus Groh df095afbcc LibJS: Implement the OrdinaryCreateFromConstructor() abstract operation il y a 4 ans
  Linus Groh 500818e73d LibJS: Implement the GetPrototypeFromConstructor() abstract operation il y a 4 ans
  Linus Groh 6312627218 LibJS: Implement the GetFunctionRealm() abstract operation il y a 4 ans
  Linus Groh 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there il y a 4 ans