Skip to content

pullrequests Search Results · repo:tc39/test262 decorators language:JavaScript

Filter by

8 results
 (136 ms)

8 results

intc39/test262 (press backspace or delete to remove)

The diff is quite big, I didn t read all, but it will good to add this case to tests if missing. class A { @decorators[0] method() {} }
needs review
  • pzuraq
  • 9
  • Opened 
    on May 30, 2024
  • #4103

awaiting author
  • mansona
  • 12
  • Opened 
    on Mar 22, 2024
  • #4022

Add support for the accessor keywords for public class fields as part of the decorators proposal. Changes to the parser: - Minor cleanup of reused code. - Support declaration of public auto ...
v8-export
  • test262-pr-bot
  • 1
  • Opened 
    on Aug 22, 2024
  • #4207

Support for the accessor keywords for private class fields as part of the decorators proposal. Changes to AST: - Add an AUTO_ACCESSOR value to the ClassLiteralProperty::Kind enum. - Add an ...
v8-export
  • test262-pr-bot
  • 1
  • Opened 
    on Aug 13, 2024
  • #4192

This change doesn t do any functionality changes. Bug: 42202709 Change-Id: I613b96b6e7630e10748e31162080a61e7da4c2a1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5542951 Commit-Queue: ...
v8-export
  • test262-pr-bot
  • 1
  • Opened 
    on May 24, 2024
  • #4094

For the statement level test, the inner class name is not initialized at the time the decorators evaluate, resulting in a ReferenceError that the declaration can not be accessed prior to ...
needs review
  • dminor
  • 4
  • Opened 
    on Aug 30, 2023
  • #3907

This PR adds initial decorator syntax tests on: - ClassDeclaration - ClassExpression - ClassElement - FieldDefinition accessor
  • legendecas
  • 9
  • Opened 
    on May 2, 2022
  • #3512