addon-tools-raub
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -5,3 +5,3 @@ { | ||
"description": "A set of extra tools for Node.js addons", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -394,3 +394,3 @@ # Addon Tools | ||
`I` is the index of argument as in `info[I]`, | ||
starting from `0`. `VAR` is the name of the `Local<Value>` variable to be created. | ||
starting from `0`. `VAR` is the name of the variable to be created. | ||
@@ -496,3 +496,3 @@ * `REQ_UTF8_ARG(I, VAR)` - require `I`'th argument to be a `string`. Stored at `Nan::Utf8String VAR`. | ||
* `BYTE *getImageData(value)` - if value is a TypedArray, then the result of | ||
* `void *getImageData(value)` - if value is a TypedArray, then the result of | ||
`getArrayData(value)` is returned. Otherwise if value has `'data'` property, it's | ||
@@ -658,3 +658,3 @@ content is then returned as `node::Buffer`. Returns `NULL` for empty JS values. | ||
_prototype.Reset(proto); | ||
_constructor.Reset(ctor); | ||
@@ -661,0 +661,0 @@ Nan::Set(target, JS_STR("Example"), ctor); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59214