CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

Module StandardLibrary

Provides classes for working with standard library objects.

Import path

import semmle.javascript.StandardLibrary

Imports

javascript

Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML.

Classes

CallToObjectDefineProperty

A call to Object.defineProperty.

DirectEval

A direct call to eval.

HasOwnPropertyCall

A call to Object.prototype.hasOwnProperty, Object.hasOwn, or a library that implements the same functionality.

StringReplaceCall

A call to String.prototype.replace.

StringSplitCall

A call to String.prototype.split.