Historial de Commits

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