Historie revizí

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