提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 年之前
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年之前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年之前
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
  Linus Groh bd40464195 LibJS: Convert standalone construct() to NonnullGCPtr 2 年之前
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr 2 年之前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
  Linus Groh efbd8ee072 LibJS: Convert BoundFunction::create() to NonnullGCPtr 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 年之前
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 2 年之前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 年之前
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 年之前
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 年之前
  Linus Groh 214d5e3e83 LibJS: Update outdated table reference in BoundFunctionCreate 3 年之前
  Linus Groh b4c6fd51be LibJS: Use single page spec link for BoundFunctionCreate 3 年之前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年之前
  Linus Groh 898ad7c682 LibJS: Implement Function.prototype.bind() according to the spec :^) 3 年之前
  Linus Groh f663c7d6da LibJS: Remove unused BoundFunction::m_constructor_prototype 3 年之前
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 年之前
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 年之前
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly 3 年之前
  davidot 830ea0414c LibJS: Make scoping follow the spec 3 年之前
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr 3 年之前
  Linus Groh 9043041dd3 LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction 3 年之前
  Linus Groh 4566472ed6 LibJS: Rename BoundFunction::m_target_function to match spec name 3 年之前
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 年之前
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 年之前