コード例 #1
0
 public JavaScriptHandle(JsContext jsc, string init, DictionaryCache cache)
     : this(jsc, init, null, cache, null)
 {
 }
コード例 #2
0
 public JavaScriptHandle(JsContext jsc, string init)
     : this(jsc, init, null, null, null)
 {
 }
コード例 #3
0
 public JavaScriptHandle(JsContext jsc, string init, ICollection <int> providers, DictionaryCache cache)
     : this(jsc, init, providers, cache, null)
 {
 }
コード例 #4
0
 public JavaScriptHandle(JsContext jsc, string init, ICollection <int> providers)
     : this(jsc, init, providers, null, null)
 {
 }