Beispiel #1
0
		public static string GetStackTraceFromCaller(JsArguments args) { throw new NotImplementedException(); }
Beispiel #2
0
 public static object ExecuteOptimizedSetter(object instance, Class clazz, string name, string variant, JsArguments args)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
		public static double Periodical(Action<object> func, double interval, object self = null, JsArguments varargs = null) { throw new NotImplementedException(); }
Beispiel #4
0
 public static JsArray FromArguments(JsArguments args, double offset = 0)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
		public object Self(JsArguments args) { throw new NotImplementedException(); }
Beispiel #6
0
		public static double Delay(Action<object> func, double delay, object self = null, JsArguments varargs = null) { throw new NotImplementedException(); }
Beispiel #7
0
 public static double Periodical(Action <object> func, double interval, object self = null, JsArguments varargs = null)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
		public void AssertArgumentsCount(JsArguments args, double minCount, double maxCount, string msg) { throw new NotImplementedException(); }
Beispiel #9
0
 public static double Delay(Action <object> func, double delay, object self = null, JsArguments varargs = null)
 {
     throw new NotImplementedException();
 }
Beispiel #10
0
 public static Action <object> GetCaller(JsArguments args)
 {
     throw new NotImplementedException();
 }
Beispiel #11
0
 public static object Curry(Action <object> func, JsArguments varargs)
 {
     throw new NotImplementedException();
 }
Beispiel #12
0
		public static double CollapseMargins(JsArguments varargs) { throw new NotImplementedException(); }
Beispiel #13
0
 public static string GetStackTraceFromCaller(JsArguments args)
 {
     throw new NotImplementedException();
 }
Beispiel #14
0
		public static void ProfileAfter(string fullName, Action<object> fcn, string type, JsArguments args, object returnValue) { throw new NotImplementedException(); }
Beispiel #15
0
 public static void ProfileAfter(string fullName, Action <object> fcn, string type, JsArguments args, object returnValue)
 {
     throw new NotImplementedException();
 }
Beispiel #16
0
		public static void ProfileBefore(string fullName, Action<object> fcn, string type, JsArguments args) { throw new NotImplementedException(); }
Beispiel #17
0
 public static void ProfileBefore(string fullName, Action <object> fcn, string type, JsArguments args)
 {
     throw new NotImplementedException();
 }
Beispiel #18
0
		public object Base(JsArguments args, object varags) { throw new NotImplementedException(); }
Beispiel #19
0
		public static object ExecuteOptimizedSetter(object instance, Class clazz, string name, string variant, JsArguments args) { throw new NotImplementedException(); }
Beispiel #20
0
		public static object Curry(Action<object> func, JsArguments varargs) { throw new NotImplementedException(); }
Beispiel #21
0
 public static JsArray from(this JsArguments args, int index)
 {
     throw new NotImplementedException();
 }
Beispiel #22
0
		public static Action<object> GetCaller(JsArguments args) { throw new NotImplementedException(); }
Beispiel #23
0
 public static Action <object> Bind(Action <object> func, object self = null, JsArguments varargs = null)
 {
     throw new NotImplementedException();
 }
Beispiel #24
0
		public static Action<object> Bind(Action<object> func, object self = null, JsArguments varargs = null) { throw new NotImplementedException(); }
Beispiel #25
0
 public object Base(JsArguments args, object varags)
 {
     throw new NotImplementedException();
 }
Beispiel #26
0
 public void AssertArgumentsCount(JsArguments args, double minCount, double maxCount, string msg)
 {
     throw new NotImplementedException();
 }
Beispiel #27
0
 public object Self(JsArguments args)
 {
     throw new NotImplementedException();
 }
Beispiel #28
0
		public static JsArray FromArguments(JsArguments args, double offset = 0) { throw new NotImplementedException(); }
Beispiel #29
0
 public static double CollapseMargins(JsArguments varargs)
 {
     throw new NotImplementedException();
 }