Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling fbf9cb3387 WebContent+LibWeb+LibJS: Simplify injection of JS console globals há 2 anos atrás
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated há 2 anos atrás
  Linus Groh 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() há 2 anos atrás
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary há 2 anos atrás
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] há 2 anos atrás
  Linus Groh 5398dcc55e LibJS: Remove GlobalObject from execute() and related AST functions há 2 anos atrás
  Andreas Kling fb1900e79c LibJS: Make Interpreter::create() call InitializeHostDefinedRealm() há 2 anos atrás
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records há 3 anos atrás
  Linus Groh 7767f9be37 LibJS: Rename some variables from "script body" to "script" há 3 anos atrás
  Linus Groh 24d772af7c LibJS: Move additional notes to spec comments onto their own line há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Linus Groh 29964dc152 LibJS: Use TRY(push_execution_context()) in places where we can recover há 3 anos atrás
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions há 3 anos atrás
  Andreas Kling 85cf80507f LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers há 3 anos atrás
  davidot 779e677467 LibJS: Implement HostResolveImportedModule for LibJS há 3 anos atrás
  davidot 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere há 3 anos atrás
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules há 3 anos atrás
  Linus Groh 963b0f76cf LibJS: Remove now unused VM::{set_,}last_value() há 3 anos atrás
  Linus Groh eb60d16549 LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> há 3 anos atrás
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) há 3 anos atrás
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) há 3 anos atrás
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 58c34012dd LibJS: Pop execution context after running queued jobs in run() há 3 anos atrás
  davidot ac808a261f LibJS: Fix that the interpreter did not clear the unwind status há 3 anos atrás
  davidot 830ea0414c LibJS: Make scoping follow the spec há 3 anos atrás
  davidot 79caca8ca2 LibJS: Allow multiple labels on the same statement há 3 anos atrás
  Andreas Kling d294a3f54a LibJS: Avoid unnecessary HashMap growth in Interpreter::enter_scope() há 3 anos atrás
  Andreas Kling 3252d984ae LibJS: Allow statements to have multiple labels há 3 anos atrás
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject há 3 anos atrás