Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr há 3 anos atrás
  Andreas Kling 3252d984ae LibJS: Allow statements to have multiple labels há 3 anos atrás
  Linus Groh ababcc5725 LibJS: Defer execution of switch default clause until after case clauses há 3 anos atrás
  Linus Groh 38157a6093 LibJS: Move has_constructor() from NativeFunction to FunctionObject há 3 anos atrás
  Linus Groh 136451c3af LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject há 3 anos atrás
  Linus Groh 06726d41ac LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject há 3 anos atrás
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject há 3 anos atrás
  Linus Groh 32932f83be LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals} há 3 anos atrás
  Linus Groh 580a7e0f7c LibJS: Rename abstract_eq() to is_loosely_equal() há 3 anos atrás
  Linus Groh c7ff89891c LibJS: Rename strict_eq() to is_strictly_equal() há 3 anos atrás
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 1da8faebf5 LibJS: Convert perform_eval to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 02a88c5063 LibJS: Convert make_super_property_reference to ThrowCompletionOr há 3 anos atrás
  Linus Groh 568296d0cc LibJS: Use ThrowCompletionOr in require_object_coercible() há 3 anos atrás
  Ali Mohammad Pur 72ddaa31e3 LibJS: Implement parsing and execution of optional chains há 3 anos atrás
  Ali Mohammad Pur 4f7e14e0aa LibJS: Reorder the global eval function call detection conditions a bit há 3 anos atrás
  Linus Groh 99f9609e45 LibJS: Evaluate function arguments before checking callee type há 3 anos atrás
  Andreas Kling 0d2c3f62d3 LibJS: Use move semantics more when creating Reference objects há 3 anos atrás
  davidot db0a48d34c LibJS: Restore the environment if an exception is thrown in 'with' block há 3 anos atrás
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe há 3 anos atrás
  davidot def8b44c40 LibJS: Add support for public fields in classes há 4 anos atrás
  davidot 020bfc9d93 LibJS: Parse and partially execute import and export statements há 4 anos atrás
  Timothy Flynn f1dd770a8a LibJS: Parse RegExp literals at AST creation time, not execution time há 4 anos atrás
  Timothy Flynn c6e9c6d6ab LibJS: Follow the spec more closely when determining the this value há 4 anos atrás
  davidot a394aa5830 LibJS: Fix that vm.in_strict_mode was propagated to eval and functions há 4 anos atrás
  Ali Mohammad Pur 77a5144264 LibJS: Add support for binding patterns in catch clauses há 4 anos atrás
  Ali Mohammad Pur 1a9518ebe3 LibJS: Implement parsing and evaluation for AssignmentPatterns há 4 anos atrás
  Hendi 0dc4e722e6 LibJS: Make FunctionExpression more spec-compliant há 4 anos atrás
  Idan Horowitz 306d59276a LibJS: Stop using a native property for RegExp's lastIndex property há 4 anos atrás