Commit History

作者 SHA1 備註 提交日期
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] 2 年之前
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/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 b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 年之前
  davidot ae349ec6a8 LibJS: Use a synthetic constructor if class with parent doesn't have one 2 年之前
  davidot 28e552f853 LibJS: Resolve the correct this value for calls in with statements 2 年之前
  davidot 3a8dd3e78d LibJS: Implement tagged literals evaluation like the spec 2 年之前
  davidot e5adc51e27 LibJS: Allow invalid string in tagged template literals 2 年之前
  davidot e746360b9a LibJS: Use NaN boxing to decrease the memory size of Values 3 年之前
  sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 年之前
  Linus Groh 1f5cef1319 LibJS: Make AST.cpp compile with -O0 3 年之前
  Luke Wilde 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings 3 年之前
  Linus Groh 99cc442f5c LibJS: Use more consistent wording for creating empty lists 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 719137418d LibJS: Change "as [the] argument[s]" to "with arguments" in comments 3 年之前
  Linus Groh acda12597a LibJS: Rename scope to environment 3 年之前
  Linus Groh 5a26a547db LibJS: Update a couple of outdated spec comments 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 年之前
  Idan Horowitz 02e97b3313 LibJS: Bring ForIn body evaluation closer to the specification 3 年之前
  Timothy Flynn 27904b1060 LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment 3 年之前
  Timothy Flynn f235f08e6d LibJS: Use known binding indices when creating new for-loop environments 3 年之前