Historial de Commits

Autor SHA1 Mensaje Fecha
  Luke Wilde d4e30710e7 LibJS: Enable bytecode default parameter values for async generators hace 2 años
  Luke Wilde 3373626dd5 LibJS/Bytecode: Enable local variables for async generators hace 2 años
  Luke Wilde 53e527281f LibJS/Bytecode: Propagate FDI errors normally for async generators hace 2 años
  Aliaksandr Kalenik 8b6450842e LibJS: Use local variables for function declarations when possible hace 2 años
  Aliaksandr Kalenik 71c54dd37b LibJS: Always init arguments stored in locals for generator functions hace 2 años
  Aliaksandr Kalenik b1af91d8c4 LibJS: Use local variables to store function parameters in some cases hace 2 años
  Aliaksandr Kalenik 2e81cc4cf7 LibJS: Use Identifier to represent FunctionParameter name hace 2 años
  Aliaksandr Kalenik ae3a7fd4b8 LibJS: Update bytecode generator to use local variables hace 2 años
  Aliaksandr Kalenik 0daff637e2 LibJS: Add vector of local variables in ExecutionContext hace 2 años
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject hace 2 años
  Aliaksandr Kalenik a6cdb1655b LibJS: Use Identifier to represent name of FunctionNode hace 2 años
  Andreas Kling 9430bbcc62 LibJS/Bytecode: Propagate FunctionDeclarationInstantiation exceptions hace 2 años
  Andreas Kling 467ea86179 LibJS: Use bytecode for generator function default parameters hace 2 años
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model hace 2 años
  Andreas Kling 743943a042 LibJS/Bytecode: Reorder function compilation to ensure correct hoisting hace 2 años
  Andreas Kling 9c568282dc Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM hace 2 años
  Andreas Kling 872d798951 LibJS/Bytecode: Leave FunctionDeclarationInstantantiation in C++ hace 2 años
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr hace 2 años
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr hace 2 años
  Linus Groh 8f1d13e73b LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr hace 2 años
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration hace 2 años
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct hace 2 años
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String hace 2 años
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate hace 2 años
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js hace 2 años
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods hace 2 años
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
  Linus Groh 208be8b86d LibJS: Convert new_function_environment() to NonnullGCPtr hace 2 años
  Linus Groh 107e06a396 LibJS: Convert new_declarative_environment() to NonnullGCPtr hace 2 años