Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject hace 3 años
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly hace 3 años
  davidot 830ea0414c LibJS: Make scoping follow the spec hace 3 años
  Linus Groh 38157a6093 LibJS: Move has_constructor() from NativeFunction to FunctionObject hace 3 años
  Linus Groh 2dba048146 LibJS: Remove unused FunctionObject::environment() hace 3 años
  Linus Groh 9043041dd3 LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction 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 136451c3af LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject hace 3 años
  Linus Groh 06726d41ac LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject hace 3 años
  Linus Groh 1e97a85095 LibJS: Move [[ThisMode]] to ECMAScriptFunctionObject hace 3 años
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject hace 3 años
  Linus Groh 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() hace 3 años
  davidot def8b44c40 LibJS: Add support for public fields in classes hace 3 años
  Linus Groh fe9dc47320 LibJS: Make FunctionObject's m_home_object an Object*, not Value hace 4 años
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes hace 4 años
  Idan Horowitz 5606332ed7 LibJS: Add a [[Realm]] getter to FunctionObject and use it where needed hace 4 años
  Andreas Kling d1ffeaf66d LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter lists hace 4 años
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años