xref
: /
AliOS-Things-master
/
components
/
amp
/
libjs
/
init
/
process.js
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
(
function
() {
2
globalThis
=
new
Function
(
'return this;'
)();
3
globalThis
.
process
=
system
;
4
})();