Historique des commits

Auteur SHA1 Message Date
  davidot 779e677467 LibJS: Implement HostResolveImportedModule for LibJS il y a 3 ans
  davidot 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere il y a 3 ans
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules il y a 3 ans
  Linus Groh 963b0f76cf LibJS: Remove now unused VM::{set_,}last_value() il y a 3 ans
  Linus Groh eb60d16549 LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> il y a 3 ans
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) il y a 3 ans
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) il y a 3 ans
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr il y a 3 ans
  Linus Groh 58c34012dd LibJS: Pop execution context after running queued jobs in run() il y a 3 ans
  davidot ac808a261f LibJS: Fix that the interpreter did not clear the unwind status il y a 3 ans
  davidot 830ea0414c LibJS: Make scoping follow the spec il y a 3 ans
  davidot 79caca8ca2 LibJS: Allow multiple labels on the same statement il y a 3 ans
  Andreas Kling d294a3f54a LibJS: Avoid unnecessary HashMap growth in Interpreter::enter_scope() il y a 3 ans
  Andreas Kling 3252d984ae LibJS: Allow statements to have multiple labels il y a 3 ans
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh 7b92889e6b LibJS: Change Interpreter::create_with_existing_{global_object => realm} il y a 3 ans
  Linus Groh 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() il y a 3 ans
  Linus Groh f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm il y a 3 ans
  Linus Groh 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() il y a 3 ans
  Timothy Flynn 66264f7c2a LibJS: Change ExecutionContext's arguments list to a MarkedValueList il y a 3 ans
  Brian Gianforcaro 53166c10ca LibJS: Remove unused header includes il y a 4 ans
  Idan Horowitz e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages il y a 4 ans
  Hendi 38fd980b0c LibJS: Improve function hoisting across blocks il y a 4 ans
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes il y a 4 ans
  Andreas Kling c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject il y a 4 ans
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> il y a 4 ans
  Andreas Kling c2ad599783 LibJS: Rename CallFrame => ExecutionContext il y a 4 ans
  Andreas Kling 1f8b6ac3c3 LibJS: Begin implementing GlobalEnvironmentRecord il y a 4 ans
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable il y a 4 ans
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec il y a 4 ans