Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] hace 2 años
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 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
  Ali Mohammad Pur e1cd36559d LibJS: Make the BC generator.next(value) work hace 3 años
  Ali Mohammad Pur d5791c85b4 LibJS: Avoid copying the frame into the interpreter in BC generators hace 3 años
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers hace 3 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
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions hace 3 años
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype hace 3 años
  davidot 5d0f666f22 LibJS: Don't set a prototype property on async functions hace 3 años
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr hace 3 años
  Ali Mohammad Pur 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> 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
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr hace 3 años
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr hace 3 años
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject hace 3 años
  Idan Horowitz 59982ef582 LibJS: Visit GeneratorObject's previous value if it's any kind of Cell hace 3 años
  Andreas Kling d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef hace 3 años
  Idan Horowitz e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages hace 4 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 c2ad599783 LibJS: Rename CallFrame => ExecutionContext hace 4 años
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable 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