Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh b126a8b697 LibJS: Correct receiver value in GetValue's [[Get]] call hace 3 años
  Linus Groh 5e2d059508 LibJS: Add spec comments to more Reference AOs hace 3 años
  Anonymous d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references hace 3 años
  Anonymous 44a2ebea00 LibJS: Correct the handling of accessors on strings hace 3 años
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr hace 3 años
  Idan Horowitz 390a04a985 LibJS: Convert the GetValue AO to ThrowCompletionOr hace 3 años
  Idan Horowitz d73b258874 LibJS: Convert reference deletion to ThrowCompletionOr hace 3 años
  davidot c7a6572789 LibJS: Add private references hace 3 años
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr hace 3 años
  Linus Groh 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr hace 3 años
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr hace 3 años
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr hace 3 años
  Ali Mohammad Pur 13138811df LibJS: Partially revert 12b283f hace 3 años
  Ali Mohammad Pur 12b283f32f LibJS: Make accessing the current function's arguments cheaper hace 3 años
  Andreas Kling 41a072bded LibJS: Fast non-local variable access :^) hace 3 años
  Andreas Kling 4444bcabde LibJS: Make Reference aware of DeclarativeEnvironment indices hace 3 años
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr hace 3 años
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
  davidot 830ea0414c LibJS: Make scoping follow the spec hace 3 años
  davidot 7081fb4eb0 LibJS: Make the default constructed reference invalid hace 3 años
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr hace 3 años
  Linus Groh e5409c6ead LibJS: Convert internal_set() to ThrowCompletionOr hace 3 años
  Ali Mohammad Pur 53d24fbd65 LibJS: Make References see into Environment's bindings as well hace 3 años
  Ali Mohammad Pur f7a68ae998 LibJS: Mark two JS::Reference functions `const` hace 3 años
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class hace 4 años
  davidot 721238f41c LibJS: Use the direct formatter of PropertyName instead of via to_value hace 4 años
  Linus Groh 9555ca99a0 LibJS: Remove unnecessary value_or() from get() hace 4 años
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) hace 4 años
  Andreas Kling e8430cf0d3 LibJS: Don't allow `delete super.property` hace 4 años
  Andreas Kling a4897ed7b2 LibJS: Throw on failed PutValue into an environment reference hace 4 años