Histórico de Commits

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