Historial de Commits

Autor SHA1 Mensaje Fecha
  Timothy Flynn 8d6f36f8d6 LibJS+LibWeb: Add a custom host hook to log unparsed date strings hace 11 meses
  Timothy Flynn bf3e7d3ac4 LibJS: Update spec steps/links for the ArrayBuffer transfer proposal hace 11 meses
  Andreas Kling d0b11af387 LibJS: Make `typeof` a lot faster by caching all possible results hace 1 año
  Andreas Kling 2aab56bf71 LibJS: Null-check current executable in VM::dump_backtrace() hace 1 año
  Aliaksandr Kalenik 8bcaf68023 LibJS: Remove VM::execute_ast_node() hace 1 año
  Aliaksandr Kalenik 0c8e76cbd7 LibJS: Delete named_evaluation_if_anonymous_function() hace 1 año
  Aliaksandr Kalenik 1e361db3f3 LibJS: Remove VM::binding_initialization() hace 1 año
  Aliaksandr Kalenik a4f70986a0 LibJS: Emit bytecode for function declaration instantiation hace 1 año
  Andreas Kling f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation hace 1 año
  Aliaksandr Kalenik 865e651a7d LibJS: Merge CallFrame into ExecutionContext hace 1 año
  Matthew Olsson 8b8ada292e LibJS: Fix some GCVerifier warnings hace 1 año
  Andreas Kling 41cc8e75f2 LibJS: Make PromiseJob store callback as a HeapFunction hace 1 año
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format hace 1 año
  Andreas Kling 1d29f9081f LibJS: Remove JIT compiler hace 1 año
  Nico Weber 4409b33145 AK: Make IndexSequence use size_t hace 1 año
  Timothy Flynn 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 hace 1 año
  Andrew Kaster aef5932235 LibJS: Add method to VM to clear the execution context stack hace 1 año
  Timothy Flynn 916cb256de LibJS: Ensure enlarged ArrayBuffers are filled with zeros hace 1 año
  Timothy Flynn 29ac6e3689 LibJS: Partially implement resizable ArrayBuffer objects hace 1 año
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String hace 1 año
  Aliaksandr Kalenik b108d51c5b LibJS: Only consider VM-accessible execution contexts as strong roots hace 1 año
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time hace 1 año
  Andreas Kling 26c21fba8e LibJS: Use LoadRequestedModules in the ad-hoc module loading path hace 1 año
  Andreas Kling 58294db294 LibJS: Add successfully loaded modules to the VM's stored module list 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 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> hace 1 año
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> hace 1 año