Skip to main content

JsCallExpression

Assembly: ServiceStack.Common.dll
View Source
Declaration
public class JsCallExpression : JsExpression, IRawString

Properties

Callee

View Source
Declaration
public JsToken Callee { get; }

Arguments

View Source
Declaration
public JsToken[] Arguments { get; }

Name

View Source
Declaration
public string Name { get; }

Methods

InvokeDelegate(Delegate, Object, Boolean, List<Object>)

View Source
Declaration
public static object InvokeDelegate(Delegate fn, object target, bool isMemberExpr, List<object> fnArgValues)
Returns

System.Object

Parameters
TypeName
System.Delegatefn
System.Objecttarget
System.BooleanisMemberExpr
System.Collections.Generic.List<System.Object>fnArgValues

Evaluate(ScriptScopeContext)

View Source