ConstructorKind.cs 89 B

1234567
  1. namespace Jint.Native.Function;
  2. internal enum ConstructorKind
  3. {
  4. Base,
  5. Derived
  6. }