[−][src]Module neon::types
Representations of JavaScript's core builtin types.
Structs
| BinaryData | A reference to the internal backing buffer data of a |
| JsArray | A JavaScript array object, i.e. a value for which |
| JsArrayBuffer | The standard JS |
| JsBoolean | A JavaScript boolean primitive value. |
| JsBuffer | The Node |
| JsError | A JS |
| JsFunction | A JavaScript function object. |
| JsNull | The JavaScript |
| JsNumber | A JavaScript number value. |
| JsObject | A JavaScript object. |
| JsString | A JavaScript string primitive value. |
| JsUndefined | The JavaScript |
| JsValue | A JavaScript value of any type. |
| StringOverflow | An error produced when constructing a string that exceeds the JS engine's maximum string size. |
Traits
| BinaryViewType | The trait for element types by which a buffer's binary data can be indexed. |
| Value | The trait shared by all JavaScript values. |
Type Definitions
| StringResult | The result of constructing a new |