Historial de Commits

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