mirror of
https://github.com/rastvl/akamai-deobfuscator-2.0.git
synced 2025-04-17 00:27:07 +08:00
20 lines
230 B
JavaScript
20 lines
230 B
JavaScript
class MemoryInfo {
|
|
constructor() {
|
|
|
|
}
|
|
|
|
get jsHeapSizeLimit() {
|
|
return 2172649472;
|
|
}
|
|
|
|
get totalJSHeapSize() {
|
|
return 9653617;
|
|
}
|
|
|
|
get usedJSHeapSize() {
|
|
return 7970197;
|
|
}
|
|
|
|
}
|
|
|
|
module.exports = MemoryInfo; |