Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache hace 2 años
  Andreas Kling b0b022507b LibJS: Reduce AST memory usage by shrink-wrapping source range info hace 2 años
  davidot 8fa6861f66 LibJS: Initialize functions in spec order hace 2 años
  davidot 385c2f2eb8 LibJS: Use correct this value for tagged template calls hace 2 años
  Andreas Kling 6ff9931dde LibJS: Make Identifier::execute() actually use the lookup cache hace 2 años
  Andreas Kling d7e5a2058d LibJS: Cache access to bindings in the global environment hace 2 años
  leeight 0d96468e9b LibJS: Implement RegExp legacy static properties hace 2 años
  Hendiadyoin1 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops hace 2 años
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated hace 2 años
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file hace 2 años
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated hace 2 años
  davidot 462c6df24b LibJS: Only check for duplicate exports if they have a name hace 2 años
  davidot 3b1c3e574f LibJS: Handle empty named export hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 2 años
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary hace 2 años
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] hace 2 años
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] hace 2 años
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] hace 2 años
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] hace 2 años
  Linus Groh ae9e031f56 LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19] hace 2 años
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] hace 2 años
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] hace 2 años
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() hace 2 años
  Linus Groh 5398dcc55e LibJS: Remove GlobalObject from execute() and related AST functions hace 2 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 2 años
  davidot ae349ec6a8 LibJS: Use a synthetic constructor if class with parent doesn't have one hace 2 años
  davidot 28e552f853 LibJS: Resolve the correct this value for calls in with statements hace 2 años
  davidot 3a8dd3e78d LibJS: Implement tagged literals evaluation like the spec hace 2 años
  davidot e5adc51e27 LibJS: Allow invalid string in tagged template literals hace 2 años
  davidot e746360b9a LibJS: Use NaN boxing to decrease the memory size of Values hace 3 años