Esempio n. 1
0
 public static double op_Addition(UnDefined x, None y)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public static double op_ExclusiveOr(JSObject x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public static double op_LeftShift(JSObject x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public static bool op_LessThan(None x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public static double op_UnsignedRightShift(None x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public static double op_UnsignedRightShift(ConcatString x, UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public static double op_Addition([NotNull] BooleanObject x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public static double op_RightShift([NotNull] string x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public static double op_BitwiseOr(double x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 10
0
 public static double op_Modulus([NotNull] string x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 11
0
 public static bool op_Inequality([NotNull] string x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public static double op_BitwiseAnd([NotNull] string x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 13
0
 public static double op_Division(bool x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 14
0
 public static double op_BitwiseAnd(UnDefined x, double y)
 {
     throw new NotImplementedException();
 }
Esempio n. 15
0
 public static ConcatString op_Addition(ConcatString x, UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 16
0
 public static double op_Multiply(double x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 17
0
 public static double op_Subtraction(ConcatString x, UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 18
0
 public static double op_Subtraction(double x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 19
0
 public static double op_BitwiseAnd(ConcatString x, UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 20
0
 public static double op_ExclusiveOr(ConcatString x, UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 21
0
 public static bool op_GreaterThanOrEqual(None x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 22
0
 public static bool op_GreaterThan(ConcatString x, UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 23
0
 public static bool op_Equality(None x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 24
0
 public static bool op_Inequality(ConcatString x, UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 25
0
 public static double op_Addition(None x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 26
0
 public static bool op_LessThanOrEqual(ConcatString x, UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 27
0
 public static bool op_GreaterThan([NotNull] JSObject x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 28
0
 public static double op_Multiply(ConcatString x, UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 29
0
 public static bool op_LessThanOrEqual([NotNull] JSObject x, [NotNull] UnDefined y)
 {
     throw new NotImplementedException();
 }
Esempio n. 30
0
 public static string op_Addition(UnDefined x, [NotNull] JSObject y)
 {
     throw new NotImplementedException();
 }