Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  Linus Groh 5f253988ef LibJS: Call HostEnsureCanCompileStrings in PerformShadowRealmEval hace 3 años
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records hace 3 años
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers hace 3 años
  Linus Groh 47cdd90836 LibJS: Use new NativeFunction::create() in most places hace 3 años
  Linus Groh c08a52dd97 LibJS: Remove the name prefix for wrapped functions hace 3 años
  Andreas Kling aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h hace 3 años
  Linus Groh 73a43e7cba LibJS: Update ShadowRealm AO parameter declaration notations hace 3 años
  Linus Groh e20efaa083 LibJS: Let WrappedFunction inherit target name and length hace 3 años
  davidot 986ad3ccf0 LibJS: Use HostImportModuleDynamically in ShadowRealmImportValue hace 3 años
  davidot 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere hace 3 años
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules hace 3 años
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) hace 3 años
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T hace 3 años
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr hace 3 años
  Idan Horowitz 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr hace 3 años
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible hace 3 años
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment hace 3 años
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr hace 3 años
  Linus Groh 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue() hace 3 años
  Linus Groh c70784bb82 LibJS: Implement ShadowRealm.prototype.evaluate() hace 3 años
  Linus Groh d40331ef69 LibJS: Start implementing ShadowRealm hace 3 años
  Linus Groh 50f8755792 LibJS: Implement Wrapped Function Exotic Objects hace 3 años