Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes hace 4 años
  Andreas Kling 7b28fa99ba LibJS: Rename Reference methods to match the spec hace 4 años
  Andreas Kling bce7fdba81 LibJS: Bring Reference records a bit closer to the ECMAScript spec hace 4 años
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy hace 4 años
  Andreas Kling 6e0e8a8242 LibJS: Teach Reference to access call frame arguments directly hace 4 años
  Idan Horowitz 064ed8279e LibJS: Support deleting local variables with operator delete hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años