Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 4790f9a628 LibJS: Make sure private environments are marked during GC hace 3 años
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr hace 3 años
  Linus Groh a53542e0a3 LibJS: Clear exception after running each queued Promise job hace 3 años
  Idan Horowitz 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr hace 3 años
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr hace 3 años
  Andreas Kling 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey hace 3 años
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey hace 3 años
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages hace 3 años
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr hace 3 años
  Timothy Flynn ec54a7b5b0 LibJS: Implement IteratorClose with Completions and align to the spec hace 3 años
  Timothy Flynn c981d7b9bd LibJS: Convert IteratorNext AO to ThrowCompletionOr hace 3 años
  Timothy Flynn 860a37640b LibJS: Convert GetIterator AO to ThrowCompletionOr hace 3 años
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods hace 3 años
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr hace 3 años
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr hace 3 años
  Andreas Kling b819719860 LibJS: Make sure queued promise jobs have an execution context when run hace 3 años
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr hace 3 años
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr hace 3 años
  Linus Groh 0aa24f4ce5 LibJS: Convert get_this_binding() to ThrowCompletionOr hace 3 años
  Linus Groh 53af66d57d LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject hace 3 años
  Linus Groh 25bcd36116 LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject hace 3 años
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly hace 3 años
  Andreas Kling 41a072bded LibJS: Fast non-local variable access :^) hace 3 años
  Andreas Kling 4444bcabde LibJS: Make Reference aware of DeclarativeEnvironment indices hace 3 años
  Andreas Kling 0cb4d48283 LibJS: Remove unused ExecutionContext::arguments_object hace 3 años
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
  Andreas Kling 406d3199d0 LibJS: Add a way to save/restore the entire execution context stack hace 3 años
  davidot 1bc945860d Everywhere: Use my awesome new serenityos email :^) hace 3 años
  davidot 830ea0414c LibJS: Make scoping follow the spec hace 3 años
  davidot bfc1b4ba61 LibJS: Allow member expressions in binding patterns hace 3 años