Commit History

Autor SHA1 Mensaxe Data
  davidot 9c9aaf4d4f LibJS: Don't VERIFY that a function is Regular when executing in AST %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods %!s(int64=3) %!d(string=hai) anos
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment %!s(int64=3) %!d(string=hai) anos
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering %!s(int64=3) %!d(string=hai) anos
  davidot 7beccaf41b LibJS: Add comment clarifying the order of function properties %!s(int64=3) %!d(string=hai) anos
  davidot 1c7c53e5a0 LibJS: Define length and name in function in correct order %!s(int64=3) %!d(string=hai) anos
  Linus Groh 0241071ca2 LibJS: Use GlobalObject::associated_realm() for function object realms %!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 f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 617d3cd3d3 LibJS: Convert bind_this_value() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 0aa24f4ce5 LibJS: Convert get_this_binding() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 9d352c602c LibJS: Add callee realm fallback to ordinary_call_bind_this() %!s(int64=3) %!d(string=hai) anos
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject %!s(int64=3) %!d(string=hai) anos
  Linus Groh 53af66d57d LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject %!s(int64=3) %!d(string=hai) anos
  Linus Groh 25bcd36116 LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject %!s(int64=3) %!d(string=hai) anos
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly %!s(int64=3) %!d(string=hai) anos
  Andreas Kling fa6c06ce8d LibJS: Elide some declarative environments in ECMAScript function calls %!s(int64=3) %!d(string=hai) anos
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser %!s(int64=3) %!d(string=hai) anos
  Andreas Kling b00b461b31 LibJS: Pre-size a HashTable in function_declaration_instantiation() %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 70e25deea3 LibJS: Avoid a FlyString copy in ECMAScriptFunctionObject %!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 fcb355f193 LibJS: Set arguments_object_needed = false if scope_body == nullptr %!s(int64=3) %!d(string=hai) anos
  Linus Groh b2bded390a LibJS: Stop iterating lexically declared names once 'arguments' is found %!s(int64=3) %!d(string=hai) anos
  Linus Groh 3ab22c8012 LibJS: Rename needs_argument_object to arguments_object_needed %!s(int64=3) %!d(string=hai) anos