提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated 2 年之前
  Linus Groh 61bd9fef7d LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm() 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 年之前
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 年之前
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] 2 年之前
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 年之前
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] 2 年之前
  Linus Groh ae9e031f56 LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19] 2 年之前
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] 2 年之前
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 年之前
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 年之前
  Linus Groh 5398dcc55e LibJS: Remove GlobalObject from execute() and related AST functions 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 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 年之前
  Linus Groh 53619176f5 LibJS: Set "prototype" property of async generator functions 3 年之前
  Linus Groh 09e263dd9c LibJS: Fix "prototype" property of generator functions, again 3 年之前
  Linus Groh 03e13715ac LibJS: Update two comments saying "completion value" 3 年之前
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 年之前
  Linus Groh c9bdd59e20 LibJS: Change "Completion {}" to "Completion Record {}" in comments 3 年之前
  Linus Groh acda12597a LibJS: Rename scope to environment 3 年之前
  Linus Groh e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records 3 年之前
  Linus Groh 24d772af7c LibJS: Move additional notes to spec comments onto their own line 3 年之前
  Luke Wilde 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval 3 年之前
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年之前
  Ali Mohammad Pur d75cf27e02 LibJS: Implement default values for function parameters in BC 3 年之前
  Idan Horowitz 29dd9d75ef LibJS: Do not create a prototype property on AsyncFunction instances 3 年之前