Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 9d21d88374 LibJS: Allow `let` and `const` to create locals in global code il y a 1 an
  Aliaksandr Kalenik f29ac8517e LibJS: Skip ordinary_call_bind_this() when possible il y a 1 an
  Aliaksandr Kalenik e934132442 LibJS+LibWeb: Pass function metadata collected in parsing using a struct il y a 1 an
  Aliaksandr Kalenik ebb3d8025c LibJS: Get `this` from execution context for non-arrow functions il y a 1 an
  Aliaksandr Kalenik 210a5d77dc LibJS: Use a local variable for arguments object when possible il y a 1 an
  Aliaksandr Kalenik 4d5823a5bc LibWeb+LibJS: Skip function environment allocation if possible il y a 1 an
  Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places il y a 1 an
  Timothy Flynn e7f2af6ff4 LibJS: Return a ByteString from StringLiteral::value il y a 1 an
  Dan Klishch fb2c929310 LibJS: Don't use null DFS in {Import,Export}Entry il y a 1 an
  Dan Klishch 78491204d9 LibJS: Don't use null DFS for break/continue statements without a label il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Andreas Kling 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec il y a 1 an
  Andreas Kling ffe304e88b LibJS: Don't create `arguments` object due to `o.arguments` access il y a 1 an
  Tim Ledbetter b5875700e2 LibJS: Don't hang when parsing invalid destructuring assignment target il y a 1 an
  Aliaksandr Kalenik c170dd323e LibJS: Make eval() prevent GetGlobal usage less aggressively il y a 1 an
  Simon Wanner a3f34263fd LibJS: Allow division after `this` token il y a 1 an
  Shannon Booth 2d8b2328fd LibJS: Syntax error for a unary expression followed by exponentiation il y a 1 an
  Luke Wilde 3ceedbd16a LibJS: Allow assignment expression in spreading property definition il y a 1 an
  Sam Kravitz 073eb46824 LibJS: Apply the correct precedence for unary + and - operators il y a 2 ans
  Andreas Kling 9054b1bc14 LibJS: Always taint parsing environment on call to eval() il y a 2 ans
  Aliaksandr Kalenik fb94415f03 LibJS: Delete Declaration::for_each_var_declared_name il y a 2 ans
  Aliaksandr Kalenik 0fa47405df LibJS: Delete Declaration::for_each_lexically_declared_name il y a 2 ans
  Aliaksandr Kalenik 348e43b36d LibJS: Replace for_each_bound_name with for_each_bound_identifier il y a 2 ans
  Aliaksandr Kalenik 7af7e90e3f LibJS: Speed up has declaration check in ScopePusher il y a 2 ans
  Aliaksandr Kalenik b0a533dbc0 LibJS: Identify global variables during parsing il y a 2 ans
  Aliaksandr Kalenik 8b6450842e LibJS: Use local variables for function declarations when possible il y a 2 ans
  Aliaksandr Kalenik c4656a70c1 LibJS: Allow usage of locals if function parameters have default values il y a 2 ans
  Aliaksandr Kalenik 2f85faef0f LibJS: Fix scope detection for ids in default function params il y a 2 ans
  Aliaksandr Kalenik b1af91d8c4 LibJS: Use local variables to store function parameters in some cases il y a 2 ans
  Aliaksandr Kalenik 2e81cc4cf7 LibJS: Use Identifier to represent FunctionParameter name il y a 2 ans