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