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