提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling b650d11dd3 LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function 4 年之前
  Andreas Kling c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 年之前
  Andreas Kling 0eeb7f67a7 LibJS: Don't use m_ prefix for argument name in ScriptFunction 4 年之前
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable 4 年之前
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec 4 年之前
  Andreas Kling 6ed6434bab LibJS: Remove home object from DeclarativeEnvironmentRecord 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 年之前
  Linus Groh e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns 4 年之前
  Matthew Olsson 22b17219ff LibJS: Add the remaining generator objects 4 年之前
  Ali Mohammad Pur 1414c7b049 LibJS: Add a basic pass manager and add some basic passes 4 年之前
  Andreas Kling a733a30373 LibJS: Write computed function default arguments into the call frame 4 年之前
  Ali Mohammad Pur 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' 4 年之前
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) 4 年之前
  Gunnar Beutner 6a0d1fa259 LibJS: Store strings in a string table 4 年之前
  Andreas Kling b61f198d22 LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable 4 年之前
  Ali Mohammad Pur 01e8f0889a LibJS: Generate bytecode in basic blocks instead of one big block 4 年之前
  Andreas Kling 4ba2eb8fe5 LibJS: Cache generated bytecode for ScriptFunction 4 年之前
  Andreas Kling 7cbe4daa7c LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^) 4 年之前
  Andreas Kling 80b1604b0a LibJS: Compile ScriptFunctions into bytecode and run them that way :^) 4 年之前
  Ali Mohammad Pur 7a00d6d9c8 LibJS: Implement destructuring assignments and function parameters 4 年之前
  Stephan Unverwerth 10ceeb092f Everywhere: Use s.unverwerth@serenityos.org :^) 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  speles 913fd8de13 LibJS: Respect declaration kind for variables inside functions 4 年之前
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前