Историја ревизија

Аутор SHA1 Порука Датум
  Linus Groh 53af66d57d LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject пре 3 година
  Linus Groh 25bcd36116 LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject пре 3 година
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly пре 3 година
  Andreas Kling 41a072bded LibJS: Fast non-local variable access :^) пре 3 година
  Andreas Kling 406d3199d0 LibJS: Add a way to save/restore the entire execution context stack пре 3 година
  davidot 1bc945860d Everywhere: Use my awesome new serenityos email :^) пре 3 година
  Andreas Kling f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them пре 3 година
  davidot 830ea0414c LibJS: Make scoping follow the spec пре 3 година
  davidot 79caca8ca2 LibJS: Allow multiple labels on the same statement пре 3 година
  davidot 53cc7e8398 LibJS: Remove unused delete_variable method in VM пре 3 година
  Andreas Kling 3252d984ae LibJS: Allow statements to have multiple labels пре 3 година
  Linus Groh 76eb8fe717 LibJS: Move [[Fields]] to ECMAScriptFunctionObject пре 3 година
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr пре 3 година
  Idan Horowitz e24d4c346d LibJS: Add VM::throw_completion helper for throwing custom Strings пре 3 година
  Linus Groh 33679a8445 LibJS: Add a JS::Completion class and JS::ThrowCompletionOr<T> template пре 3 година
  Andreas Kling df5414f47f LibJS: Reorganize ExecutionContext a little bit пре 3 година
  Linus Groh 332946ab4f LibJS: Prepare ExecutionContext to store the current Realm Record пре 3 година
  Linus Groh 15c33477e4 LibJS: Make prepare_for_ordinary_call() new_target parameter an Object* пре 3 година
  Andreas Kling 0d2c3f62d3 LibJS: Use move semantics more when creating Reference objects пре 3 година
  Andreas Kling b76456f0ed LibJS: Add a way to attach custom data to a JS::VM instance пре 3 година
  Linus Groh 6ffc8f389e LibJS: Use different stack space limit values for with and without ASAN пре 3 година
  Linus Groh 9998a2c91e LibJS: Add ErrorType::CallStackSizeExceeded пре 3 година
  davidot def8b44c40 LibJS: Add support for public fields in classes пре 3 година
  Robert Stefanic e26cfd313e LibJS: Prevent stack overflow in flatten_into_array() пре 4 година
  Timothy Flynn 66264f7c2a LibJS: Change ExecutionContext's arguments list to a MarkedValueList пре 4 година
  Timothy Flynn c6e9c6d6ab LibJS: Follow the spec more closely when determining the this value пре 4 година
  Andreas Kling fd43d1e205 LibJS: Improve ResolveBinding + add GetIdentifierReference пре 4 година
  Andreas Kling 5ce9305c5f LibJS: Implement the PrepareForOrdinaryCall abstract operation пре 4 година
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes пре 4 година
  Andreas Kling 9eed7444de LibJS: Implement the CreateUnmappedArgumentsObject abstract operation пре 4 година