Commit History

Upphovsman SHA1 Meddelande Datum
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 år sedan
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 år sedan
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 år sedan
  Andreas Kling 3f1ffc2b94 LibJS: Remove unnecessary AST.h include in a handful of cpp files 2 år sedan
  Andreas Kling 7b30df0840 LibJS: Make ObjectEnvironment::set_mutable_binding() faster as well 2 år sedan
  Andreas Kling 12ceaf3790 LibJS: Make ObjectEnvironment::get_binding_value() faster in sloppy mode 2 år sedan
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] 2 år sedan
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 år sedan
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 år sedan
  davidot 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls 3 år sedan
  Linus Groh 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 år sedan
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr 3 år sedan
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr 3 år sedan
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr 3 år sedan
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr 3 år sedan
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr 3 år sedan
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr 3 år sedan
  Andreas Kling cb696eff08 LibJS: Make Environment::has_binding() optionally return binding index 3 år sedan
  Linus Groh f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr 3 år sedan
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr 3 år sedan
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr 3 år sedan
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 år sedan
  davidot 830ea0414c LibJS: Make scoping follow the spec 3 år sedan
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr 3 år sedan
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr 3 år sedan
  Ali Mohammad Pur 53d24fbd65 LibJS: Make References see into Environment's bindings as well 3 år sedan
  Idan Horowitz 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 år sedan
  Idan Horowitz e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages 4 år sedan