Histórico de Commits

Autor SHA1 Mensagem Data
  Shannon Booth af586dde64 LibJS: Add a remainder() function to represent remainder(x, y) há 1 ano atrás
  Timothy Flynn 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 há 1 ano atrás
  Shannon Booth f589bedb0d LibJS: Improve JS::modulo precision for large floating values há 1 ano atrás
  Timothy Flynn edbc2a1031 LibJS: Update spec numbers for the Array Grouping proposal há 1 ano atrás
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap há 1 ano atrás
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> há 1 ano atrás
  Aliaksandr Kalenik 66b7da4fc7 LibJS: Remove unused make_super_property_reference() há 1 ano atrás
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible há 1 ano atrás
  Andreas Kling 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible há 1 ano atrás
  Andreas Kling b8f78c0adc LibJS: Make JS::number_to_string() infallible há 1 ano atrás
  Timothy Flynn 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h há 2 anos atrás
  Timothy Flynn 1760361304 LibJS: Make GetIterator's hint parameter required há 2 anos atrás
  Linus Groh dc5d85b609 LibJS: Unwrap correct completion in group_by() há 2 anos atrás
  Linus Groh 419e710c1c LibJS: Re-implement the Array Grouping proposal as static methods há 2 anos atrás
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall há 2 anos atrás
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr há 2 anos atrás
  Timothy Flynn 36d72a7f4c LibJS: Convert CanonicalNumericIndexString to use NumberToString há 2 anos atrás
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate há 2 anos atrás
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js há 2 anos atrás
  Timothy Flynn 9f78e8728a LibJS: Port (most of) String.prototype to String há 2 anos atrás
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString há 2 anos atrás
  Linus Groh e785c66f91 LibJS: Convert get_this_environment() to NonnullGCPtr há 2 anos atrás
  Linus Groh c132064ee9 LibJS: Convert new_private_environment() to NonnullGCPtr há 2 anos atrás
  Linus Groh 208be8b86d LibJS: Convert new_function_environment() to NonnullGCPtr há 2 anos atrás
  Linus Groh 111a38c464 LibJS: Convert new_object_environment() to NonnullGCPtr há 2 anos atrás
  Linus Groh 107e06a396 LibJS: Convert new_declarative_environment() to NonnullGCPtr há 2 anos atrás
  Linus Groh bd40464195 LibJS: Convert standalone construct() to NonnullGCPtr há 2 anos atrás
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr há 2 anos atrás
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr há 2 anos atrás
  Moustafa Raafat ae2abcebbb Everywhere: Use C++ concepts instead of requires clauses há 2 anos atrás