mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
JavaScript: Open-source extractor.
This commit is contained in:
5
javascript/extractor/tests/functionbind/input/tst.js
Normal file
5
javascript/extractor/tests/functionbind/input/tst.js
Normal file
@@ -0,0 +1,5 @@
|
||||
process.argv.map(::console.log);
|
||||
|
||||
let hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
let obj = { x: 100 };
|
||||
obj::hasOwnProp("x");
|
||||
Reference in New Issue
Block a user