Value returns the value representation of the atom. Deprecated: Use ToValue() instead.
()
| 48 | // Value returns the value representation of the atom. |
| 49 | // Deprecated: Use ToValue() instead. |
| 50 | func (a *Atom) Value() *Value { |
| 51 | return a.ToValue() |
| 52 | } |
| 53 | |
| 54 | // propertyEnum is a wrapper around JSAtom for property enumeration. |
| 55 | type propertyEnum struct { |