Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Ali Mohammad Pur 13138811df LibJS: Partially revert 12b283f 3 gadi atpakaļ
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser 3 gadi atpakaļ
  Ali Mohammad Pur 12b283f32f LibJS: Make accessing the current function's arguments cheaper 3 gadi atpakaļ
  Ali Mohammad Pur 6ab6321c2f LibJS: Remove redundant const_cast 3 gadi atpakaļ
  Andreas Kling 41a072bded LibJS: Fast non-local variable access :^) 3 gadi atpakaļ
  Linus Groh 8074bdc049 LibJS: Skip declarative env in block statement without lexical decls 3 gadi atpakaļ
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation 3 gadi atpakaļ
  Linus Groh e5b8544762 LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr 3 gadi atpakaļ
  Linus Groh fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr 3 gadi atpakaļ
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr 3 gadi atpakaļ
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 gadi atpakaļ
  davidot 1bc945860d Everywhere: Use my awesome new serenityos email :^) 3 gadi atpakaļ
  davidot e5d48ee238 LibJS: Fix switch skipping case evaluation when hitting the default case 3 gadi atpakaļ
  davidot 830ea0414c LibJS: Make scoping follow the spec 3 gadi atpakaļ
  davidot 79caca8ca2 LibJS: Allow multiple labels on the same statement 3 gadi atpakaļ
  davidot bfc1b4ba61 LibJS: Allow member expressions in binding patterns 3 gadi atpakaļ
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr 3 gadi atpakaļ
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr 3 gadi atpakaļ
  Andreas Kling 3252d984ae LibJS: Allow statements to have multiple labels 3 gadi atpakaļ
  Linus Groh ababcc5725 LibJS: Defer execution of switch default clause until after case clauses 3 gadi atpakaļ
  Linus Groh 38157a6093 LibJS: Move has_constructor() from NativeFunction to FunctionObject 3 gadi atpakaļ
  Linus Groh 136451c3af LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject 3 gadi atpakaļ
  Linus Groh 06726d41ac LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject 3 gadi atpakaļ
  Linus Groh e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 3 gadi atpakaļ
  Linus Groh 32932f83be LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals} 3 gadi atpakaļ
  Linus Groh 580a7e0f7c LibJS: Rename abstract_eq() to is_loosely_equal() 3 gadi atpakaļ
  Linus Groh c7ff89891c LibJS: Rename strict_eq() to is_strictly_equal() 3 gadi atpakaļ
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 gadi atpakaļ
  Idan Horowitz 1da8faebf5 LibJS: Convert perform_eval to ThrowCompletionOr 3 gadi atpakaļ
  Idan Horowitz 02a88c5063 LibJS: Convert make_super_property_reference to ThrowCompletionOr 3 gadi atpakaļ