|
@@ -140,7 +140,6 @@ Type
|
|
FResultType: TJSTypeDef;
|
|
FResultType: TJSTypeDef;
|
|
FTypedParams: TJSTypedParams;
|
|
FTypedParams: TJSTypedParams;
|
|
FGenericParams : TJSElementNodes;
|
|
FGenericParams : TJSElementNodes;
|
|
- procedure SetParams(const AValue: TStrings);
|
|
|
|
Public
|
|
Public
|
|
Constructor Create;
|
|
Constructor Create;
|
|
Destructor Destroy; override;
|
|
Destructor Destroy; override;
|
|
@@ -3575,14 +3574,6 @@ end;
|
|
|
|
|
|
{ TJSFuncDef }
|
|
{ TJSFuncDef }
|
|
|
|
|
|
-procedure TJSFuncDef.SetParams(const AValue: TStrings);
|
|
|
|
-begin
|
|
|
|
- if FParams=AValue then exit;
|
|
|
|
- FParams.Assign(AValue);
|
|
|
|
- TStringList(FParams).OwnsObjects:=True;
|
|
|
|
-end;
|
|
|
|
-
|
|
|
|
-
|
|
|
|
constructor TJSFuncDef.Create;
|
|
constructor TJSFuncDef.Create;
|
|
begin
|
|
begin
|
|
FParams:=TStringList.Create;
|
|
FParams:=TStringList.Create;
|