[−][src]Module neon_runtime::nan::tag
Facilities for identifying the type of a v8::Local handle.
Functions
| is_array⚠ | Indicates if the value type is |
| is_arraybuffer⚠ | Indicates if the value type is |
| is_boolean⚠ | Indicates if the value type is |
| is_buffer⚠ | Indicates if the value type is |
| is_error⚠ | Indicates if the value type is |
| is_function⚠ | Indicates if the value type is |
| is_null⚠ | Indicates if the value type is |
| is_number⚠ | Indicates if the value type is |
| is_object⚠ | Indicates if the value type is |
| is_string⚠ | Indicates if the value type is |
| is_undefined⚠ | Indicates if the value type is |