Historial de Commits

Autor SHA1 Mensaje Fecha
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object hace 3 años
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr hace 3 años
  Andreas Kling 8d3f92c844 LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering members hace 3 años
  davidot 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere hace 3 años
  davidot 39b134e8c1 LibJS: Move async_block_start out of ECMAScriptFunctionObject hace 3 años
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() hace 3 años
  Linus Groh 13fe4e8c64 LibJS: Allow passing prototype to ECMAScriptFunctionObject::create() hace 3 años
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} hace 3 años
  Linus Groh 7204b292c5 LibJS: Implement and use the MakeMethod AO hace 3 años
  davidot 5d0f666f22 LibJS: Don't set a prototype property on async functions hace 3 años
  Linus Groh 7cdca08090 LibJS: Convert prepare_for_ordinary_call() to ThrowCompletionOr hace 3 años
  Idan Horowitz 681787de76 LibJS: Add support for async functions hace 3 años
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey hace 3 años
  davidot 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields hace 3 años
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods hace 3 años
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment hace 3 años
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering hace 3 años
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject hace 3 años
  Linus Groh 53af66d57d LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject hace 3 años
  Linus Groh 25bcd36116 LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject hace 3 años
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly hace 3 años
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser hace 3 años
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation hace 3 años
  davidot 830ea0414c LibJS: Make scoping follow the spec hace 3 años
  Linus Groh 38157a6093 LibJS: Move has_constructor() from NativeFunction to FunctionObject hace 3 años
  Linus Groh 2dba048146 LibJS: Remove unused FunctionObject::environment() hace 3 años
  Linus Groh 9043041dd3 LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction hace 3 años
  Linus Groh a08292d76c LibJS: Move has_simple_parameter_list to ECMAScriptFunctionObject hace 3 años
  Linus Groh 76eb8fe717 LibJS: Move [[Fields]] to ECMAScriptFunctionObject hace 3 años
  Linus Groh 136451c3af LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject hace 3 años