Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Use nan helpers to set exports #125

Merged
merged 1 commit into from Mar 31, 2019
Merged

Commits on Mar 31, 2019

  1. Use nan helpers to set exports

    Fixes compilation errors when built on Node.js master with V8 7.4.
    
    `NAN_EXPORT()` requires the function name exported to JavaScript land
    and the exported C++ method to match. Change the exported C++ methods
    to begin with a lower case character to preserve the existing casing of
    the name exported to JavaScript.
    
    PR-URL: nodejs#125
    Fixes: nodejs#116
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    richardlau committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    111595a View commit details
    Browse the repository at this point in the history