コード例 #1
0
 /// <summary>'thisObj' will be null if invoked as constructor, in which case
 /// * instance of Scriptable should be returned. 
 /// </summary>
 public virtual object ExecIdCall (IdFunctionObject f, Context cx, IScriptable scope, IScriptable thisObj, object [] args)
 {
     throw f.Unknown ();
 }
コード例 #2
0
 /// <summary>'thisObj' will be null if invoked as constructor, in which case
 /// * instance of Scriptable should be returned.
 /// </summary>
 public virtual object ExecIdCall(IdFunctionObject f, Context cx, IScriptable scope, IScriptable thisObj, object [] args)
 {
     throw f.Unknown();
 }