提交歷史

作者 SHA1 備註 提交日期
  davidot 9c9aaf4d4f LibJS: Don't VERIFY that a function is Regular when executing in AST 3 年之前
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages 3 年之前
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr 3 年之前
  Timothy Flynn 04b4307b3d LibJS: Convert get_iterator_values helper to ThrowCompletionOr 3 年之前
  davidot 2d48529073 LibJS: Implement private identifiers in optional chains 3 年之前
  davidot 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields 3 年之前
  davidot 7e8724db71 LibJS: Add support for the '#privateName in obj' expression 3 年之前
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods 3 年之前
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment 3 年之前
  davidot 6b2accce31 LibJS: Add static initializers to classes 3 年之前
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering 3 年之前
  Idan Horowitz 545d403f6b LibJS: Convert Value operator AOs to ThrowCompletionOr 3 年之前
  Idan Horowitz 48ac15758e LibJS: Convert is_loosely_equal() to ThrowCompletionOr 3 年之前
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr 3 年之前
  Idan Horowitz b8f101888b LibJS: Convert to_numeric() to ThrowCompletionOr 3 年之前
  davidot c3cb44ca8a LibJS: Remove ErrorType::FixmeAddAnErrorStringWithMessage 3 年之前
  davidot 1fe6a422f1 LibJS: Fix null deref in ObjectProperty::dump() 3 年之前
  Linus Groh c70784bb82 LibJS: Implement ShadowRealm.prototype.evaluate() 3 年之前
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr 3 年之前
  Linus Groh 4d8912a92b LibJS: Convert to_string() 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 cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly 3 年之前
  Andreas Kling eafbf372d0 LibJS: Elide empty declarative environments inside switch statements 3 年之前