Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h il y a 2 ans
  Timothy Flynn 1760361304 LibJS: Make GetIterator's hint parameter required il y a 2 ans
  Linus Groh dc5d85b609 LibJS: Unwrap correct completion in group_by() il y a 2 ans
  Linus Groh 419e710c1c LibJS: Re-implement the Array Grouping proposal as static methods il y a 2 ans
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall il y a 2 ans
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Timothy Flynn 36d72a7f4c LibJS: Convert CanonicalNumericIndexString to use NumberToString il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js il y a 2 ans
  Timothy Flynn 9f78e8728a LibJS: Port (most of) String.prototype to String il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Linus Groh e785c66f91 LibJS: Convert get_this_environment() to NonnullGCPtr il y a 2 ans
  Linus Groh c132064ee9 LibJS: Convert new_private_environment() to NonnullGCPtr il y a 2 ans
  Linus Groh 208be8b86d LibJS: Convert new_function_environment() to NonnullGCPtr il y a 2 ans
  Linus Groh 111a38c464 LibJS: Convert new_object_environment() to NonnullGCPtr il y a 2 ans
  Linus Groh 107e06a396 LibJS: Convert new_declarative_environment() to NonnullGCPtr il y a 2 ans
  Linus Groh bd40464195 LibJS: Convert standalone construct() to NonnullGCPtr il y a 2 ans
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Moustafa Raafat ae2abcebbb Everywhere: Use C++ concepts instead of requires clauses il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh d26aabff04 Everywhere: Run clang-format il y a 2 ans
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h il y a 2 ans
  Andreas Kling 835d7aac96 LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] il y a 2 ans
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Timothy Flynn a712c7b5e1 LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zero il y a 3 ans
  Idan Horowitz 22a78e8a2c LibJS: Implement the CanBeHeldWeakly abstract operation il y a 3 ans