コード例 #1
0
 private void InitBlock(EcmaScript.NET.ICallable callable, EcmaScript.NET.IScriptable thisObj, object [] args, SecurityController enclosingInstance)
 {
     this.callable          = callable;
     this.thisObj           = thisObj;
     this.args              = args;
     this.enclosingInstance = enclosingInstance;
 }
コード例 #2
0
 public AnonymousClassScript(EcmaScript.NET.ICallable callable, EcmaScript.NET.IScriptable thisObj, object [] args, SecurityController enclosingInstance)
 {
     InitBlock(callable, thisObj, args, enclosingInstance);
 }
コード例 #3
0
 private void InitBlock(EcmaScript.NET.ICallable callable, EcmaScript.NET.IScriptable thisObj, object [] args, SecurityController enclosingInstance)
 {
     this.callable = callable;
     this.thisObj = thisObj;
     this.args = args;
     this.enclosingInstance = enclosingInstance;
 }