Fix table

This commit is contained in:
Luis Blanco 2019-11-25 10:28:50 +03:00
parent 09c43c8801
commit 5434ac9ee8
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ double x = IS_ARG_EMPTY(0) ? 0.0 : info[0].ToNumber().DoubleValue();
```
That extrapolates well to all the helpers below:
| Macro | JS type | C++ type | Default |
| :--- | :---: | :---: | :---: |
| `REQ_STR_ARG` | `string` | `std::string` | - |