Esempio n. 1
0
 public JavaScriptHandle(JsContext jsc, string init, DictionaryCache cache)
     : this(jsc, init, null, cache, null)
 {
 }
Esempio n. 2
0
 public JavaScriptHandle(JsContext jsc, string init)
     : this(jsc, init, null, null, null)
 {
 }
Esempio n. 3
0
 public JavaScriptHandle(JsContext jsc, string init, ICollection <int> providers, DictionaryCache cache)
     : this(jsc, init, providers, cache, null)
 {
 }
Esempio n. 4
0
 public JavaScriptHandle(JsContext jsc, string init, ICollection <int> providers)
     : this(jsc, init, providers, null, null)
 {
 }