提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Ali Mohammad Pur 13138811df LibJS: Partially revert 12b283f 3 年之前
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser 3 年之前
  Ali Mohammad Pur 12b283f32f LibJS: Make accessing the current function's arguments cheaper 3 年之前
  Ali Mohammad Pur 6ab6321c2f LibJS: Remove redundant const_cast 3 年之前
  Andreas Kling 41a072bded LibJS: Fast non-local variable access :^) 3 年之前
  Linus Groh 8074bdc049 LibJS: Skip declarative env in block statement without lexical decls 3 年之前
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation 3 年之前
  Linus Groh e5b8544762 LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr 3 年之前
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr 3 年之前
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr 3 年之前
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 年之前
  davidot 1bc945860d Everywhere: Use my awesome new serenityos email :^) 3 年之前
  davidot e5d48ee238 LibJS: Fix switch skipping case evaluation when hitting the default case 3 年之前
  davidot 830ea0414c LibJS: Make scoping follow the spec 3 年之前
  davidot 79caca8ca2 LibJS: Allow multiple labels on the same statement 3 年之前