|
@@ -55,13 +55,14 @@ uses
|
|
(check d.size to determine which one of the two)
|
|
(check d.size to determine which one of the two)
|
|
}
|
|
}
|
|
function is_methodptr_like_type(d:tdef): boolean;
|
|
function is_methodptr_like_type(d:tdef): boolean;
|
|
- function RefStackPointerSym: TWasmGlobalAsmSymbol;
|
|
|
|
public
|
|
public
|
|
fntypelookup : TWasmProcTypeLookup;
|
|
fntypelookup : TWasmProcTypeLookup;
|
|
|
|
|
|
constructor create;
|
|
constructor create;
|
|
destructor Destroy; override;
|
|
destructor Destroy; override;
|
|
|
|
|
|
|
|
+ function RefStackPointerSym: TWasmGlobalAsmSymbol;
|
|
|
|
+
|
|
procedure incstack(list : TAsmList;slots: longint);
|
|
procedure incstack(list : TAsmList;slots: longint);
|
|
procedure decstack(list : TAsmList;slots: longint);
|
|
procedure decstack(list : TAsmList;slots: longint);
|
|
|
|
|