Commit History

Autor SHA1 Mensaxe Data
  Ali Mohammad Pur b96118b5d1 LibJS: Fix codegen for nodes after try statements without 'finally' %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 390a04a985 LibJS: Convert the GetValue AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Andreas Kling a831cd9cc7 LibJS: Make bytecode VM throw TypeError on attempt to call non-callable %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 715e7fada8 LibJS: Add the "fast non-local access" optimization to the bytecode VM %!s(int64=3) %!d(string=hai) anos
  Andreas Kling da98212001 LibJS: Add a separate "identifier table" to bytecode executables %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 3117182c2e LibJS: Implement 'this' in the bytecode VM %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 7b4814f74c LibJS: Convert IteratorValue AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn a64752cd34 LibJS: Convert IteratorComplete AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn c981d7b9bd LibJS: Convert IteratorNext AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 860a37640b LibJS: Convert GetIterator AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 545d403f6b LibJS: Convert Value operator AOs to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 48ac15758e LibJS: Convert is_loosely_equal() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz b8f101888b LibJS: Convert to_numeric() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation %!s(int64=3) %!d(string=hai) anos
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  davidot 830ea0414c LibJS: Make scoping follow the spec %!s(int64=3) %!d(string=hai) anos
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject %!s(int64=3) %!d(string=hai) anos
  Linus Groh 580a7e0f7c LibJS: Rename abstract_eq() to is_loosely_equal() %!s(int64=3) %!d(string=hai) anos
  Linus Groh c7ff89891c LibJS: Rename strict_eq() to is_strictly_equal() %!s(int64=3) %!d(string=hai) anos