[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fppas2js.pp line 1782
type TFunctionContext = class(TConvertContext) |
public |
IntfElReleases: TFPList; |
ResultNeedsIntfRelease: Boolean; |
IntfExprReleaseCount: Integer; |
BodySt: TJSElement; |
TrySt: TJSTryFinallyStatement; |
FinallyFirst: TJSStatementList; |
FinallyLast: TJSStatementList; |
constructor Create(); override; |
destructor Destroy; override; |
function AddLocalVar(); |
function AddLocalJSVar(); |
procedure Add_InterfaceRelease(); |
function CreateLocalIdentifier(); virtual; |
function ToString; override; |
function GetLocalName(); override; |
function IndexOfLocalVar(); |
function FindLocalVar(); |
function FindPrecompiledVar(); |
procedure DoWriteStack(); override; |
end; |
| |
| |
TObject |