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