Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void há 1 ano atrás
  Hediadyoin1 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes há 1 ano atrás
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now há 1 ano atrás
  Aliaksandr Kalenik 0fa47405df LibJS: Delete Declaration::for_each_lexically_declared_name há 1 ano atrás
  Shannon Booth 7b00b4d6f6 LibJS: Add spec comments to FunctionDeclarationInstantiation há 1 ano atrás
  Shannon Booth 80b48b708f LibJS: Allow AsyncBlockStart to accept a SafeFunction há 1 ano atrás
  Shannon Booth 98c4606544 LibJS: Link AsyncBlockStart AO to Explicit Resource Management proposal há 1 ano atrás
  Shannon Booth 930dd2948f LibJS: Make AsyncFunctionStart and AsyncBlockStart templates há 1 ano atrás
  Shannon Booth 7b5362fea6 LibJS: Make AsyncFunctionStart a standalone AO há 2 anos atrás
  Luke Wilde d1cb78c411 LibJS/Bytecode: Implement async generators há 2 anos atrás
  Luke Wilde d4e30710e7 LibJS: Enable bytecode default parameter values for async generators há 2 anos atrás
  Luke Wilde 3373626dd5 LibJS/Bytecode: Enable local variables for async generators há 2 anos atrás
  Luke Wilde 53e527281f LibJS/Bytecode: Propagate FDI errors normally for async generators há 2 anos atrás
  Aliaksandr Kalenik 8b6450842e LibJS: Use local variables for function declarations when possible há 2 anos atrás
  Aliaksandr Kalenik 71c54dd37b LibJS: Always init arguments stored in locals for generator functions há 2 anos atrás
  Aliaksandr Kalenik b1af91d8c4 LibJS: Use local variables to store function parameters in some cases há 2 anos atrás
  Aliaksandr Kalenik 2e81cc4cf7 LibJS: Use Identifier to represent FunctionParameter name há 2 anos atrás
  Aliaksandr Kalenik ae3a7fd4b8 LibJS: Update bytecode generator to use local variables há 2 anos atrás
  Aliaksandr Kalenik 0daff637e2 LibJS: Add vector of local variables in ExecutionContext há 2 anos atrás
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject há 2 anos atrás
  Aliaksandr Kalenik a6cdb1655b LibJS: Use Identifier to represent name of FunctionNode há 2 anos atrás
  Andreas Kling 9430bbcc62 LibJS/Bytecode: Propagate FunctionDeclarationInstantiation exceptions há 2 anos atrás
  Andreas Kling 467ea86179 LibJS: Use bytecode for generator function default parameters há 2 anos atrás
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model há 2 anos atrás
  Andreas Kling 743943a042 LibJS/Bytecode: Reorder function compilation to ensure correct hoisting há 2 anos atrás
  Andreas Kling 9c568282dc Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM há 2 anos atrás
  Andreas Kling 872d798951 LibJS/Bytecode: Leave FunctionDeclarationInstantantiation in C++ há 2 anos atrás
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr há 2 anos atrás
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr há 2 anos atrás
  Linus Groh 8f1d13e73b LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr há 2 anos atrás