addon-tools-raub
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "addon-tools-raub", | ||
"version": "0.1.5", | ||
"author": "Luis Blanco <raubtierxxx@gmail.com>", | ||
"description": "A set of extra tools for Node.js addons", | ||
"version": "0.1.4", | ||
"main": "index.js", | ||
@@ -14,3 +14,11 @@ "keywords": [ | ||
"build", | ||
"paths" | ||
"paths", | ||
"events", | ||
"eventemitter", | ||
"emitter", | ||
"cpp", | ||
"compile", | ||
"macros", | ||
"helpers", | ||
"utils" | ||
], | ||
@@ -17,0 +25,0 @@ "maintainers": [ |
@@ -355,2 +355,17 @@ # Addon Tools | ||
#### Shortcut types | ||
* `V8_VAR_VAL` = `v8::Local<v8::Value>` | ||
* `V8_VAR_OBJ` = `v8::Local<v8::Object>` | ||
* `V8_VAR_ARR` = `v8::Local<v8::Array>` | ||
* `V8_VAR_STR` = `v8::Local<v8::String>` | ||
* `V8_VAR_FUNC` = `v8::Local<v8::Function>` | ||
* `V8_VAR_FT` = `v8::Local<v8::FunctionTemplate>` | ||
* `V8_VAR_OT` = `v8::Local<v8::ObjectTemplate>` | ||
* `V8_STORE_FT` = `Nan::Persistent<v8::FunctionTemplate>` | ||
* `V8_STORE_FUNC` = `Nan::Persistent<v8::Function>` | ||
* `V8_STORE_OBJ` = `Nan::Persistent<v8::Object>` | ||
* `V8_STORE_VAL` = `Nan::Persistent<v8::Value>` | ||
#### New JS value | ||
@@ -357,0 +372,0 @@ |
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
62319
26
677