Historique des commits

Auteur SHA1 Message Date
  Idan Horowitz 681787de76 LibJS: Add support for async functions il y a 3 ans
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey il y a 3 ans
  davidot 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields il y a 3 ans
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods il y a 3 ans
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment il y a 3 ans
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering il y a 3 ans
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject il y a 3 ans
  Linus Groh 53af66d57d LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh 25bcd36116 LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly il y a 3 ans
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser il y a 3 ans
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation il y a 3 ans
  davidot 830ea0414c LibJS: Make scoping follow the spec il y a 3 ans
  Linus Groh 38157a6093 LibJS: Move has_constructor() from NativeFunction to FunctionObject il y a 3 ans
  Linus Groh 2dba048146 LibJS: Remove unused FunctionObject::environment() il y a 3 ans
  Linus Groh 9043041dd3 LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction il y a 3 ans
  Linus Groh a08292d76c LibJS: Move has_simple_parameter_list to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh 76eb8fe717 LibJS: Move [[Fields]] to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh 136451c3af LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh 06726d41ac LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh 1e97a85095 LibJS: Move [[ThisMode]] to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh d5f90cf187 LibJS: Rename ECMAScriptFunctionObject members to match spec names il y a 3 ans
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject il y a 3 ans