Commit History

Author SHA1 Message Date
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 2 years ago
  Linus Groh ae9e031f56 LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19] 2 years ago
  Linus Groh 275a7a0c0a LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19] 2 years ago
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh 5398dcc55e LibJS: Remove GlobalObject from execute() and related AST functions 2 years ago
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 years ago
  davidot c4f3d44be1 LibJS: Add the HostEnsureCanAddPrivateElement hook 2 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Linus Groh 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation 3 years ago
  Linus Groh 93b4c3bb82 LibJS: Infer file extensions when resolving module paths 3 years ago
  Linus Groh 2b3dd87296 LibJS: Rename filepath to filename in module related code 3 years ago
  Luke Wilde 77ba3d3e3f LibJS: Remove callerRealm from HostEnsureCanCompileStrings 3 years ago
  Linus Groh 03e13715ac LibJS: Update two comments saying "completion value" 3 years ago
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
  Linus Groh 719137418d LibJS: Change "as [the] argument[s]" to "with arguments" in comments 3 years ago
  Linus Groh 5a26a547db LibJS: Update a couple of outdated spec comments 3 years ago
  Linus Groh e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records 3 years ago
  Luke Wilde 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 years ago
  ForLoveOfCats f350c153e8 LibJS: Implement and test ArrayBuffer.prototype.resize 3 years ago
  Linus Groh 47cdd90836 LibJS: Use new NativeFunction::create() in most places 3 years ago
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 years ago
  Luke Wilde 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm 3 years ago
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 years ago
  Andreas Kling 7ad4702cbf LibJS: Unbreak build with JS_MODULE_DEBUG 3 years ago
  Andreas Kling 85cf80507f LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers 3 years ago
  davidot 14d1601a76 LibJS: Remove the VERIFY_NOT_REACHED in link_and_eval_module 3 years ago