Histórico de Commits

Autor SHA1 Mensagem Data
  mjz19910 61cf1c066e LibJS: Remove VM::call() há 3 anos atrás
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() há 3 anos atrás
  davidot 91b3e5b31f LibJS: Implement the ImportMeta MetaProperty há 3 anos atrás
  davidot 7cbf4b90e8 LibJS: Implement ImportCall and HostImportModuleDynamically 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
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records há 3 anos atrás
  Linus Groh 963b0f76cf LibJS: Remove now unused VM::{set_,}last_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 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T há 3 anos atrás
  davidot c296df6b58 LibJS: Convert to_reference() to ThrowCompletionOr há 3 anos atrás
  davidot a24df37713 LibJS: Convert resolve_this_binding() to ThrowCompletionOr há 3 anos atrás
  davidot b303b8cf4e LibJS: Convert thrown exception to completion in binding initialization há 3 anos atrás
  davidot d72022ba04 LibJS: Convert get_identifier_reference() to ThrowCompletionOr há 3 anos atrás
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh df931e6a83 LibJS: Implement and use the InitializeBoundName AO há 3 anos atrás
  Linus Groh ca48151147 LibJS: Add spec comments to VM::binding_initialization() há 3 anos atrás
  Linus Groh 451149df0b LibJS: Ensure get_new_target() never returns an empty value há 3 anos atrás
  Timothy Flynn d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs há 3 anos atrás
  Andreas Kling 4790f9a628 LibJS: Make sure private environments are marked during GC há 3 anos atrás
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr há 3 anos atrás
  Linus Groh a53542e0a3 LibJS: Clear exception after running each queued Promise job há 3 anos atrás
  Idan Horowitz 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr há 3 anos atrás
  Andreas Kling 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey há 3 anos atrás
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey há 3 anos atrás
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages há 3 anos atrás
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr há 3 anos atrás
  Timothy Flynn ec54a7b5b0 LibJS: Implement IteratorClose with Completions and align to the spec há 3 anos atrás