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

Class AbstractProtoProperty

An abstract representation of the __proto__ property of a function or class instance.

Import path

import javascript

Direct supertypes

Indirect supertypes

Predicates

getAValue

Gets a value of this property for the purposes of AnalyzedNode.getAValue.

Inherited predicates

getALocalValue

Gets a value of this property for the purposes of AnalyzedNode.getALocalValue.

from AbstractProperty
getAnInitialValue

Gets an initial value that is implicitly assigned to this property.

from AbstractProperty
getBase

Gets the base object of this abstract property.

from AbstractProperty
getPropertyName

Gets the property name of this abstract property.

from AbstractProperty
toString

Gets a textual representation of this element.

from AbstractProperty

Charpred