Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} há 3 anos atrás
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr há 3 anos atrás
  Andreas Kling fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment há 3 anos atrás
  Timothy Flynn 67e02f6ca6 LibJS: Add templated overloads for the construct AO to create its MVL há 3 anos atrás
  mjz19910 d436746c95 LibJS: Add some overloads for JS::call() and JS::call_impl() há 3 anos atrás
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules há 3 anos atrás
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() há 3 anos atrás
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) há 3 anos atrás
  davidot 9d3623f0e8 LibJS: Add and fix some spec comments in AbstractOperations há 3 anos atrás
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 4767be1459 LibJS: Convert create_global_var_binding() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 8296d3fbd2 LibJS: Convert can_declare_global_function() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 215a56b0e4 LibJS: Convert can_declare_global_var() to ThrowCompletionOr há 3 anos atrás
  Linus Groh df931e6a83 LibJS: Implement and use the InitializeBoundName AO há 3 anos atrás
  Timothy Flynn d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs há 3 anos atrás
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr há 3 anos atrás
  Ali Mohammad Pur 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> há 3 anos atrás
  Idan Horowitz bcf168f771 LibJS: Use ThrowCompletionOr accessors in CreateMappedArgumentsObject há 3 anos atrás
  Andreas Kling 5a099b98cd LibJS: Make eval() code run in the bytecode VM há 3 anos atrás
  Andreas Kling 75f2510de9 LibJS: Make make_super_property_reference() take a PropertyKey há 3 anos atrás
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey há 3 anos atrás
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment há 3 anos atrás
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function há 3 anos atrás
  Idan Horowitz aad12b050b LibJS: Convert to_length() to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr há 3 anos atrás
  davidot c3cb44ca8a LibJS: Remove ErrorType::FixmeAddAnErrorStringWithMessage há 3 anos atrás
  Linus Groh c70784bb82 LibJS: Implement ShadowRealm.prototype.evaluate() há 3 anos atrás
  Linus Groh 96ab116f0d LibJS: Convert to_primitive_string() to ThrowCompletionOr há 3 anos atrás
  Linus Groh da59c77fe3 LibJS: Convert to_utf16_string() to ThrowCompletionOr há 3 anos atrás