Histórico de Commits

Autor SHA1 Mensagem Data
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions há 3 anos atrás
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr há 3 anos atrás
  Andreas Kling 85cf80507f LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers há 3 anos atrás
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} há 3 anos atrás
  davidot 212c8dad5e LibJS: Keep handles on internal function while creating a class há 3 anos atrás
  davidot f568939568 LibJS: Implement the import assertions proposal há 3 anos atrás
  davidot e0e4ead2c8 LibJS: Follow the spec with storing im- and export entries há 3 anos atrás
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() há 3 anos atrás
  davidot 91b3e5b31f LibJS: Implement the ImportMeta MetaProperty há 3 anos atrás
  davidot 7cbf4b90e8 LibJS: Implement ImportCall and HostImportModuleDynamically há 3 anos atrás
  davidot 023968a489 LibJS: Implement evaluation of im- and exports statements há 3 anos atrás
  davidot aca427fc8c LibJS: Make parsing import and export entries follow the spec há 3 anos atrás
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules há 3 anos atrás
  davidot 232a8432b7 LibJS: Move binding_class_declaration_evaluation out of ClassDeclaration há 3 anos atrás
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() há 3 anos atrás
  Linus Groh 6e5097b201 LibJS: Let class_definition_evaluation() return a ESFnObject*, not Value há 3 anos atrás
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} há 3 anos atrás
  Ali Mohammad Pur 9de33629da AK+Everywhere: Make Variant::visit() respect the Variant's constness há 3 anos atrás
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records há 3 anos atrás
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) há 3 anos atrás
  Linus Groh eed764e1dd LibJS: Implement the LoopContinues AO há 3 anos atrás
  Linus Groh fc474966bc LibJS: Implement LabelledStatement & LabelledEvaluation semantics há 3 anos atrás
  Linus Groh 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 044c70fb46 LibJS: Add a ton of spec comments to AST.cpp há 3 anos atrás
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) há 3 anos atrás
  Linus Groh 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers há 3 anos atrás
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T há 3 anos atrás
  Linus Groh cbb7329d69 LibJS: Fix two typos in comments in AST.cpp há 3 anos atrás
  Linus Groh d7f6635d55 LibJS: Add missing undefined fallback to IfStatement completions há 3 anos atrás
  davidot c296df6b58 LibJS: Convert to_reference() to ThrowCompletionOr há 3 anos atrás