mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:06:08 +02:00
fcl-js: comments
git-svn-id: trunk@36667 -
This commit is contained in:
parent
de3f4e72ed
commit
97fd5b956a
@ -366,6 +366,8 @@ var
|
|||||||
NodeCnt, i: Integer;
|
NodeCnt, i: Integer;
|
||||||
OtherNode: TSourceMapSegment;
|
OtherNode: TSourceMapSegment;
|
||||||
begin
|
begin
|
||||||
|
//writeln('TSourceMap.AddMapping Gen:Line=',GeneratedLine,',Col=',GeneratedCol,
|
||||||
|
// ' Src:File=',ExtractFileName(SourceFile),',Line=',SrcLine,',Col=',SrcCol,' Name=',Name);
|
||||||
if GeneratedLine<1 then
|
if GeneratedLine<1 then
|
||||||
RaiseInvalid('invalid GeneratedLine');
|
RaiseInvalid('invalid GeneratedLine');
|
||||||
if GeneratedCol<0 then
|
if GeneratedCol<0 then
|
||||||
|
@ -175,7 +175,7 @@ Type
|
|||||||
Property Value : TJSValue Read FValue Write FValue;
|
Property Value : TJSValue Read FValue Write FValue;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TJSRegularExpressionLiteral }
|
{ TJSRegularExpressionLiteral - /Pattern/PatternFlags }
|
||||||
|
|
||||||
TJSRegularExpressionLiteral = Class(TJSElement)
|
TJSRegularExpressionLiteral = Class(TJSElement)
|
||||||
private
|
private
|
||||||
@ -227,7 +227,7 @@ Type
|
|||||||
Property Elements[AIndex : Integer] : TJSArrayLiteralElement Read GetE ; default;
|
Property Elements[AIndex : Integer] : TJSArrayLiteralElement Read GetE ; default;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TJSArrayLiteral }
|
{ TJSArrayLiteral - [element1,...] }
|
||||||
|
|
||||||
TJSArrayLiteral = Class(TJSElement)
|
TJSArrayLiteral = Class(TJSElement)
|
||||||
private
|
private
|
||||||
@ -272,7 +272,7 @@ Type
|
|||||||
Property Elements : TJSObjectLiteralElements Read FElements;
|
Property Elements : TJSObjectLiteralElements Read FElements;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TJSArguments }
|
{ TJSArguments - (element1,...) }
|
||||||
|
|
||||||
TJSArguments = Class(TJSArrayLiteral);
|
TJSArguments = Class(TJSArrayLiteral);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user