/********************************************************************* | |
* NAN - Native Abstractions for Node.js | |
* | |
* Copyright (c) 2018 NAN contributors | |
* | |
* MIT License <https://github.com/nodejs/nan/blob/master/LICENSE.md> | |
********************************************************************/ | |
X(Boolean) | |
X(Number) | |
X(String) | |
X(Object) | |
X(Integer) | |
X(Uint32) | |
X(Int32) | |
X(bool, Boolean) | |
X(double, Number) | |
X(int64_t, Integer) | |
X(uint32_t, Uint32) | |
X(int32_t, Int32) | |