提交历史

作者 SHA1 备注 提交日期
  Ali Mohammad Pur 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> 3 年之前
  Ali Mohammad Pur 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 年之前
  Ali Mohammad Pur e4a7f1a696 LibJS: Make Bytecode::Interpreter return the popped frame 3 年之前
  Ali Mohammad Pur 5a38f86f1b LibJS: Use a 'Return' completion for generator object body evaluation 3 年之前
  Ali Mohammad Pur 3ec0183b51 LibJS: Use the correct prototype for generator functions 3 年之前
  Idan Horowitz 681787de76 LibJS: Add support for async functions 3 年之前
  Idan Horowitz 91881be4b0 LibJS: Convert GeneratorObject to ThrowCompletionOr 3 年之前
  Idan Horowitz 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr 3 年之前
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr 3 年之前
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年之前
  Andreas Kling f75d78f56a LibJS: Include executable name in bytecode dumps 3 年之前
  davidot 9c9aaf4d4f LibJS: Don't VERIFY that a function is Regular when executing in AST 3 年之前
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr 3 年之前
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods 3 年之前
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment 3 年之前
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering 3 年之前
  davidot 7beccaf41b LibJS: Add comment clarifying the order of function properties 3 年之前
  davidot 1c7c53e5a0 LibJS: Define length and name in function in correct order 3 年之前
  Linus Groh 0241071ca2 LibJS: Use GlobalObject::associated_realm() for function object realms 3 年之前
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr 3 年之前
  Linus Groh f35e268024 LibJS: Convert get_binding_value() to ThrowCompletionOr 3 年之前
  Linus Groh 7652138ce0 LibJS: Convert set_mutable_binding() to ThrowCompletionOr 3 年之前
  Linus Groh ae397541fb LibJS: Convert initialize_binding() to ThrowCompletionOr 3 年之前
  Linus Groh 2691c65639 LibJS: Convert create_immutable_binding() to ThrowCompletionOr 3 年之前
  Linus Groh 4baf3a91e8 LibJS: Convert create_mutable_binding() to ThrowCompletionOr 3 年之前
  Linus Groh fbb176c926 LibJS: Convert has_binding() to ThrowCompletionOr 3 年之前
  Linus Groh 617d3cd3d3 LibJS: Convert bind_this_value() to ThrowCompletionOr 3 年之前
  Linus Groh 0aa24f4ce5 LibJS: Convert get_this_binding() to ThrowCompletionOr 3 年之前
  Linus Groh 9d352c602c LibJS: Add callee realm fallback to ordinary_call_bind_this() 3 年之前
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 年之前