ThisExpression.cs 95 B

1234567
  1. namespace Jint.Parser.Ast
  2. {
  3. public class ThisExpression : Expression
  4. {
  5. }
  6. }