Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  davidot 53cc7e8398 LibJS: Remove unused delete_variable method in VM hace 3 años
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr hace 3 años
  Linus Groh 9043041dd3 LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction hace 3 años
  Linus Groh 4566472ed6 LibJS: Rename BoundFunction::m_target_function to match spec name hace 3 años
  Linus Groh a08292d76c LibJS: Move has_simple_parameter_list to ECMAScriptFunctionObject hace 3 años
  Linus Groh 76eb8fe717 LibJS: Move [[Fields]] to ECMAScriptFunctionObject hace 3 años
  Linus Groh 06726d41ac LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject hace 3 años