Commit History

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