JavaScript: Open-source extractor.

This commit is contained in:
Max Schaefer
2018-11-06 08:25:02 +00:00
parent e03b4f0cb6
commit 4c4920c3a9
992 changed files with 134506 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
process.argv.map(::console.log);
let hasOwnProp = Object.prototype.hasOwnProperty;
let obj = { x: 100 };
obj::hasOwnProp("x");