Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions il y a 2 ans
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr il y a 2 ans
  Timothy Flynn 98a6f962a0 LibJS: Use correct include + object class for Function{Object,Prototype} il y a 2 ans
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
  Linus Groh 87b9fa2636 LibJS: Add FunctionObject constructor allowing null prototype il y a 3 ans
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> il y a 3 ans
  Linus Groh 886d6c62f9 LibJS: Implement the SetFunctionLength AO il y a 3 ans
  Linus Groh 5b04c49762 LibJS: Implement the SetFunctionName AO il y a 3 ans
  Linus Groh 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr il y a 3 ans
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject il y a 3 ans
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly 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 e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject il y a 3 ans
  Linus Groh 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() il y a 3 ans
  davidot def8b44c40 LibJS: Add support for public fields in classes il y a 3 ans