Module jscjs_sys::runtime::type_system [−][src]
Structs
| Context | Global Execution Context |
| Object | Top level structure for JavaScript. Equivalent to a HashMap. |
| String | JSC managed String. |
| VM | Local Execution Context |
| Value | Wrapper around JSC types, e.g., Boolean, Number, etc. |
Type Definitions
| JSResult |