Historique des commits

Auteur SHA1 Message Date
  Idan Horowitz 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() il y a 4 ans
  Idan Horowitz 795786387b LibJS: Remove the NativeProperty mechanism from LibJS il y a 4 ans
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper il y a 4 ans
  Idan Horowitz 6787e86a3a LibJS: Add and use the CreateNonEnumerableDataPropertyOrThrow AO il y a 4 ans
  Andreas Kling 77fa33e61a LibJS: Finish implementing mapped arguments exotic objects :^) il y a 4 ans
  Linus Groh cb20baebae LibJS: Make ObjectPrototype an immutable prototype exotic object 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
  Idan Horowitz e480d69130 LibJS: Bring ArrayCreate and ArrayConstructor closer to spec 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 dbda5a9a4c LibJS: Move install_error_cause() from Object to Error il y a 4 ans
  davidot 83dd0164b2 Revert "LibJS: Fix this_value in native setters and getters" il y a 4 ans
  davidot 19f505d320 LibJS: Fix propagation of setters and getters from prototypes il y a 4 ans
  Andreas Kling c2ad599783 LibJS: Rename CallFrame => ExecutionContext il y a 4 ans
  davidot f102b56345 LibJS: Fix this_value in native setters and getters il y a 4 ans
  davidot 91de1135a5 LibJS: Fix a number of regressions in the test262 tests il y a 4 ans
  davidot 733e8472fa LibJS: Make put_own_property_by_index closer to spec il y a 4 ans
  davidot 15edad8202 LibJS: Make define_property always throw if specified il y a 4 ans
  davidot 16b87b85e3 LibJS: Add parameter to delete_property since we need DeleteOrThrow il y a 4 ans
  Ali Mohammad Pur eb5c92d4e2 LibJS: Don't assert for empty reciever if AllowSideEffects::No is given il y a 4 ans
  Andreas Kling f86e241699 LibJS: Object.getOwnPropertyNames() should enumerate String's .length il y a 4 ans
  Idan Horowitz b6a74b6bd9 LibJS: Use existing attributes if any are missing in the new descriptor il y a 4 ans
  Idan Horowitz dcb55db99b LibJS: Replace boolean without_side_effects parameters with an enum il y a 4 ans
  Idan Horowitz a85a95fe8d LibJS: Stop overwriting existing accessors in Object::define_property il y a 4 ans
  Idan Horowitz b9d9187feb LibJS: Automatically & lazily coerce PropertyNames into numbers il y a 4 ans
  Idan Horowitz 623eadb44e LibJS: Stop overwriting existing indexed accessors in define_accessor il y a 4 ans
  Idan Horowitz 6352a33ed2 LibJS: Respect Object::get's without_side_effects parameter for numbers il y a 4 ans
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype il y a 4 ans
  Idan Horowitz 07992c8da6 LibJS: Throw when delete-ing a non-configurable property in strict mode il y a 4 ans