提交历史

作者 SHA1 备注 提交日期
  Andreas Kling c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject 4 年之前
  Andreas Kling c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 年之前
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy 4 年之前
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable 4 年之前
  Andreas Kling 08510a0c80 LibJS: Rename VM::current_scope() => current_environment_record() 4 年之前
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) 4 年之前
  Matthew Olsson df65ff8a1e LibJS: Add bytecode support for regexp literals 4 年之前
  Matthew Olsson 25baefdd1e LibJS: Support object rest elements in the bytecode interpreter 4 年之前
  Matthew Olsson 57b9a228ab LibJS: Support array rest elements in the bytecode interpreter 4 年之前
  Matthew Olsson 7983324639 LibJS: Implement array destructuring for the bytecode interpreter 4 年之前
  Matthew Olsson f39ab2e60a LibJS: Add JumpUndefined bytecode 4 年之前
  Matthew Olsson 3ee627909a LibJS: Ensure GetBy{Id,Value} never load <empty> into the accumulator 4 年之前
  Linus Groh 317b88a8c3 LibJS: Replace Object's create_empty() with create() taking a prototype 4 年之前
  Ali Mohammad Pur 1414c7b049 LibJS: Add a basic pass manager and add some basic passes 4 年之前
  Ali Mohammad Pur e81fd7106b LibJS: Rename the overridden Instruction methods to foo_impl 4 年之前
  Ali Mohammad Pur 4c7c7c38e2 LibJS: Make EnterUnwindContext a terminator op 4 年之前
  Andreas Kling 91fbeeab72 LibJS: Add LoadArgument bytecode instruction for fast argument access 4 年之前
  Ali Mohammad Pur 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' 4 年之前
  Andreas Kling af48a066c6 LibJS: Add bytecode generation for FunctionExpression :^) 4 年之前
  Andreas Kling 9ee5029bc5 LibJS: Basic bytecode support for computed member expressions 4 年之前
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) 4 年之前
  Andreas Kling 93a07ba962 LibJS: Remove GlobalObject& argument from VM::construct() 4 年之前
  Andreas Kling f5feb1d2cd LibJS: Very basic support for "new" construction in bytecode VM 4 年之前
  Andreas Kling c3c68399b5 LibJS: Generate bytecode for entering nested lexical environments 4 年之前
  Andreas Kling b3e6a6c1cd LibJS: Perform function instantiation in bytecode 4 年之前
  Gunnar Beutner 67cc31a74f LibJS: Implement bytecode generation for try..catch..finally 4 年之前
  Gunnar Beutner b78f1c1261 LibJS: Generate bytecode for throw statements 4 年之前
  Gunnar Beutner 6a0d1fa259 LibJS: Store strings in a string table 4 年之前
  Andreas Kling 59eedd6de0 LibJS: Implement bytecode generation for UpdateExpression :^) 4 年之前
  Andreas Kling 5c98f979c6 LibJS: Simplify the way we stringify bytecode instructions 4 年之前