Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() před 1 rokem
  Aliaksandr Kalenik 4ff4ac11b9 LibJS: Remove alreadyDeclared check in FunctionDeclarationInstantiation před 1 rokem
  Andreas Kling e03f43e1b5 LibJS: Remove unused HashTable in function_declaration_instantiation() před 1 rokem
  Aliaksandr Kalenik edd2f8b37f LibJS: Run reusable steps of FunctionDeclarationInstantiation only once před 1 rokem
  Aliaksandr Kalenik a4a94de942 LibJS: Get initial_value from local variables if id represents a local před 1 rokem
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) před 1 rokem
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 1 rokem
  Aliaksandr Kalenik d978c762bc LibJS: Remove usage of bytecode_interpreter_if_exists() před 1 rokem
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) před 1 rokem
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void před 1 rokem
  Hediadyoin1 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes před 1 rokem
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now před 1 rokem
  Aliaksandr Kalenik 0fa47405df LibJS: Delete Declaration::for_each_lexically_declared_name před 1 rokem
  Shannon Booth 7b00b4d6f6 LibJS: Add spec comments to FunctionDeclarationInstantiation před 2 roky
  Shannon Booth 80b48b708f LibJS: Allow AsyncBlockStart to accept a SafeFunction před 2 roky
  Shannon Booth 98c4606544 LibJS: Link AsyncBlockStart AO to Explicit Resource Management proposal před 2 roky
  Shannon Booth 930dd2948f LibJS: Make AsyncFunctionStart and AsyncBlockStart templates před 2 roky
  Shannon Booth 7b5362fea6 LibJS: Make AsyncFunctionStart a standalone AO před 2 roky
  Luke Wilde d1cb78c411 LibJS/Bytecode: Implement async generators před 2 roky
  Luke Wilde d4e30710e7 LibJS: Enable bytecode default parameter values for async generators před 2 roky
  Luke Wilde 3373626dd5 LibJS/Bytecode: Enable local variables for async generators před 2 roky
  Luke Wilde 53e527281f LibJS/Bytecode: Propagate FDI errors normally for async generators před 2 roky
  Aliaksandr Kalenik 8b6450842e LibJS: Use local variables for function declarations when possible před 2 roky
  Aliaksandr Kalenik 71c54dd37b LibJS: Always init arguments stored in locals for generator functions před 2 roky
  Aliaksandr Kalenik b1af91d8c4 LibJS: Use local variables to store function parameters in some cases před 2 roky
  Aliaksandr Kalenik 2e81cc4cf7 LibJS: Use Identifier to represent FunctionParameter name před 2 roky
  Aliaksandr Kalenik ae3a7fd4b8 LibJS: Update bytecode generator to use local variables před 2 roky
  Aliaksandr Kalenik 0daff637e2 LibJS: Add vector of local variables in ExecutionContext před 2 roky
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject před 2 roky
  Aliaksandr Kalenik a6cdb1655b LibJS: Use Identifier to represent name of FunctionNode před 2 roky