Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void há 1 ano atrás
  Andreas Kling 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset há 2 anos atrás
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr há 2 anos atrás
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr há 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors há 2 anos atrás
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun há 2 anos atrás
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm há 2 anos atrás
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions há 2 anos atrás
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions há 2 anos atrás
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors há 2 anos atrás
  Linus Groh 50d0f879f7 LibJS: Remove bogus FIXME in ArgumentsObject::internal_get() há 3 anos atrás
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
  Linus Groh cb66474fb5 LibJS: Update spec comments testing presence of a field há 3 anos atrás
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} há 3 anos atrás
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey há 3 anos atrás
  Linus Groh 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr há 3 anos atrás
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable há 3 anos atrás
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr há 3 anos atrás
  Linus Groh e5409c6ead LibJS: Convert internal_set() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 6c2b974db2 LibJS: Convert internal_get() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class há 4 anos atrás
  Linus Groh 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant há 4 anos atrás
  Andreas Kling 7fdeb0ec74 LibJS: Fix logic typo in ArgumentsObject.[[Set]] há 4 anos atrás
  Andreas Kling a0acb6f058 LibJS: Fix accidental west-const in ArgumentsObject há 4 anos atrás
  Andreas Kling 77fa33e61a LibJS: Finish implementing mapped arguments exotic objects :^) há 4 anos atrás