Historie revizí

Autor SHA1 Zpráva Datum
  Daniel Bertalan c62240aa80 Everywhere: Warn on function definitions without prototypes před 11 měsíci
  Andreas Kling 509c10d14d LibJS: Make GetById and GetByValue avoid get_identifier() in common case před 1 rokem
  Andreas Kling ae0cfe4f2d LibJS: Move CommonImplementations.h into Interpreter.cpp před 1 rokem
  Andreas Kling a91bb72dab LibJS: Don't overwrite cached `this` value on async/generator reentry před 1 rokem
  Andreas Kling 60a05ef414 LibJS/Bytecode: Give TypeofBinding instructions a lookup cache před 1 rokem
  Andreas Kling 4302e07346 LibJS/Bytecode: Rename TypeofVariable => TypeofBinding před 1 rokem
  Andreas Kling 0aa8cb7dac LibJS/Bytecode: Display local variable names in bytecode dumps před 1 rokem
  Andreas Kling e6b1e54c44 LibJS/Bytecode: Don't generate ResolveThisBinding if not needed před 1 rokem
  Andreas Kling 9d22db2802 LibJS/Bytecode: Pretty-print the `this` register as "this" před 1 rokem
  Andreas Kling 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register před 1 rokem
  Andreas Kling a3782782fa LibJS: Remove two unused members from ExecutionContext před 1 rokem
  Aliaksandr Kalenik ebb3d8025c LibJS: Get `this` from execution context for non-arrow functions před 1 rokem
  Aliaksandr Kalenik 210a5d77dc LibJS: Use a local variable for arguments object when possible před 1 rokem
  Andreas Kling 448b7ca87b LibJS/Bytecode: Add dedicated instruction for getting `length` property před 1 rokem
  Andreas Kling b2e6843055 LibJS+AK: Fix integer overflow UB on (any Int32 - -2147483648) před 1 rokem
  Hendiadyoin1 1de475b404 LibJS: Prepare yield object before re-routing it through finally před 1 rokem
  Hendiadyoin1 c8e4499b08 LibJS: Make return control flow more static před 1 rokem
  Hendiadyoin1 73fdd31124 LibJS: Avoid returning Completions from more Bytecode instructions před 1 rokem
  Andreas Kling d22a06d671 LibJS/Bytecode: Remove all the unreachable execute_impl() functions před 1 rokem
  Andreas Kling 6ca94bd0b1 LibJS/Bytecode: Rename GetVariable => GetBinding před 1 rokem
  Andreas Kling b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions před 1 rokem
  Andreas Kling ed50eb0aaa LibJS/Bytecode: Add environment coordinate caching to SetVariable před 1 rokem
  Aliaksandr Kalenik caffd485b8 LibJS: Replace SetLocal instruction usage with Mov před 1 rokem
  Aliaksandr Kalenik d79438a2a6 LibJS: Join locals, constants and registers into single vector před 1 rokem
  Andreas Kling d79353a477 LibJS/Bytecode: Add fast paths for compare-and-jump with 2 numbers před 1 rokem
  Andreas Kling 855f6417df LibJS/Bytecode: Move environment variable caches into instructions před 1 rokem
  Andreas Kling a06441c88c LibJS/Bytecode: Defer GetGlobal identifier lookup until cache misses před 1 rokem
  Andreas Kling 6ec4d6f668 LibJS/Bytecode: Cache the running execution context in interpreter před 1 rokem
  Andreas Kling 8447f6f6da LibJS: Inline more of cached environment variable access in interpreter před 1 rokem
  Aliaksandr Kalenik 6fb1d9e516 LibJS: Stop using execute_ast_node() for class property evaluation před 1 rokem