mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 05:48:05 +02:00
* Publish Self_
This commit is contained in:
parent
5876e535a2
commit
b12abb26a6
@ -205,6 +205,9 @@ Type
|
||||
|
||||
function GetJSClassName(aObj : TJSObject) : string;
|
||||
|
||||
var
|
||||
Self_ : TJSDedicatedWorkerGlobalScope; external name 'self';
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
@ -215,7 +218,6 @@ uses
|
||||
{$ENDIF}
|
||||
|
||||
var
|
||||
Self_ : TJSDedicatedWorkerGlobalScope; external name 'self';
|
||||
EnvNames: TJSObject;
|
||||
|
||||
procedure ReloadEnvironmentStrings;
|
||||
|
Loading…
Reference in New Issue
Block a user