Class DefiniteAbstractValue
A definite abstract value, that is, an abstract value that is not affected by analysis incompleteness.
Import path
import javascriptDirect supertypes
Indirect supertypes
Known direct subtypes
Inherited predicates
| getAPrototype | Gets an abstract value that represents a prototype object of this value. | from AbstractValue |
| getBooleanValue | Gets the Boolean value some concrete value represented by this abstract value coerces to. | from AbstractValue |
| getType | Gets the type of some concrete value represented by this abstract value. | from AbstractValue |
| hasLocationInfo | Holds if this element is at the specified location. The location spans column | from AbstractValue |
| isCoercibleToNumber | Holds if this abstract value is coercible to a number, that is, it represents at least one concrete value for which the | from AbstractValue |
| isIndefinite | Holds if this abstract value is an indefinite value arising from the incompleteness | from AbstractValue |
| toPrimitive | Gets an abstract primitive value this abstract value coerces to. | from AbstractValue |
| toString | Gets a textual representation of this element. | from AbstractValue |