Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format vor 1 Jahr
  Timothy Flynn 6d1c10ed10 LibJS: Implement the GetSubstitution AO according to the spec vor 1 Jahr
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Andreas Kling 73ceb475b9 LibJS: Add fast path for magical "length" property in LengthOfArrayLike vor 1 Jahr
  Andreas Kling 8b7d27b349 LibJS+LibWeb: More bringing module loading closer to spec vor 1 Jahr
  Andreas Kling 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec vor 1 Jahr
  Andreas Kling 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation vor 1 Jahr
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap vor 1 Jahr
  Andreas Kling ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated vor 1 Jahr
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> vor 1 Jahr
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} vor 1 Jahr
  Aliaksandr Kalenik 66b7da4fc7 LibJS: Remove unused make_super_property_reference() vor 1 Jahr
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() vor 1 Jahr
  Andreas Kling 9d6f00d918 LibJS: Behave like major engines when substituting missing capture group vor 1 Jahr
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
  Andreas Kling 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible vor 1 Jahr
  Andreas Kling b8f78c0adc LibJS: Make JS::number_to_string() infallible vor 1 Jahr
  Andreas Kling 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible vor 1 Jahr
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) vor 1 Jahr
  Aliaksandr Kalenik fb94415f03 LibJS: Delete Declaration::for_each_var_declared_name vor 2 Jahren
  Aliaksandr Kalenik 348e43b36d LibJS: Replace for_each_bound_name with for_each_bound_identifier vor 2 Jahren
  Aliaksandr Kalenik 2e81cc4cf7 LibJS: Use Identifier to represent FunctionParameter name vor 2 Jahren
  Luke Wilde 442ca4f9b4 LibJS: Avoid RequireObjectCoercible when creating super references vor 2 Jahren
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject vor 2 Jahren
  Aliaksandr Kalenik a6cdb1655b LibJS: Use Identifier to represent name of FunctionNode vor 2 Jahren
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall vor 2 Jahren
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model vor 2 Jahren
  Timothy Flynn d31b780760 LibJS: Update spec numbers for the Well-Formed Unicode Strings proposal vor 2 Jahren
  Linus Groh b33b0d60e6 LibJS: Port Value::get_method() to GCPtr vor 2 Jahren