Historie revizí

Autor SHA1 Zpráva Datum
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) před 3 roky
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) před 3 roky
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T před 3 roky
  davidot c296df6b58 LibJS: Convert to_reference() to ThrowCompletionOr před 3 roky
  davidot a24df37713 LibJS: Convert resolve_this_binding() to ThrowCompletionOr před 3 roky
  davidot b303b8cf4e LibJS: Convert thrown exception to completion in binding initialization před 3 roky
  davidot d72022ba04 LibJS: Convert get_identifier_reference() to ThrowCompletionOr před 3 roky
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr před 3 roky
  Linus Groh df931e6a83 LibJS: Implement and use the InitializeBoundName AO před 3 roky
  Linus Groh ca48151147 LibJS: Add spec comments to VM::binding_initialization() před 3 roky
  Linus Groh 451149df0b LibJS: Ensure get_new_target() never returns an empty value před 3 roky
  Timothy Flynn d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs před 3 roky
  Andreas Kling 4790f9a628 LibJS: Make sure private environments are marked during GC před 3 roky
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr před 3 roky
  Linus Groh a53542e0a3 LibJS: Clear exception after running each queued Promise job před 3 roky
  Idan Horowitz 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr před 3 roky
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr před 3 roky
  Andreas Kling 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey před 3 roky
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey před 3 roky
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages před 3 roky
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr před 3 roky
  Timothy Flynn ec54a7b5b0 LibJS: Implement IteratorClose with Completions and align to the spec před 3 roky
  Timothy Flynn c981d7b9bd LibJS: Convert IteratorNext AO to ThrowCompletionOr před 3 roky
  Timothy Flynn 860a37640b LibJS: Convert GetIterator AO to ThrowCompletionOr před 3 roky
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods před 3 roky
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr před 3 roky
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr před 3 roky
  Andreas Kling b819719860 LibJS: Make sure queued promise jobs have an execution context when run před 3 roky
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr před 3 roky
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr před 3 roky