Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation il y a 1 an
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Andreas Kling 6de22ec789 LibJS/Bytecode: Rename RegisterWindow to CallFrame il y a 2 ans
  Timothy Flynn 566a8dfd93 LibJS: Allow GeneratorObject to be subclassed il y a 2 ans
  Timothy Flynn 60adeb11c9 LibJS: Convert GeneratorObject's [[GeneratorBrand]] to a StringView il y a 2 ans
  Timothy Flynn f8cb4f9686 LibJS: Remove GeneratorObject::initialize() override il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Linus Groh 83de01043f LibJS: Convert GeneratorObject::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Luke Wilde 5bc3371226 LibJS: Perform received abrupt generator completions in the generator il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 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
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen il y a 3 ans
  Ali Mohammad Pur 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode il y a 3 ans
  Idan Horowitz 91881be4b0 LibJS: Convert GeneratorObject to ThrowCompletionOr il y a 3 ans
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject il y a 3 ans
  Timothy Flynn 9e57ea71af LibJS: Convert GeneratorObject.prototype to be a PrototypeObject il y a 3 ans
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes il y a 4 ans
  Andreas Kling c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject il y a 4 ans
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) il y a 4 ans
  Matthew Olsson 22b17219ff LibJS: Add the remaining generator objects il y a 4 ans
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) il y a 4 ans