Giter VIP home page Giter VIP logo

Comments (5)

jasongin avatar jasongin commented on May 21, 2024

I implemented this as part of the refactoring of function callbacks that I did for property accessors.

from abi-stable-node.

jasongin avatar jasongin commented on May 21, 2024

Fixed in the 6.2 branch with 67f4581

To be ported to other branches soon.

from abi-stable-node.

mhdawson avatar mhdawson commented on May 21, 2024

@jjrv can you confirm that what was added satisfies your use case ?

from abi-stable-node.

jasongin avatar jasongin commented on May 21, 2024

Specifically, this is supported via the new data parameter of napi_create_function(), and the new napi_get_cb_data() function to retrieve that data pointer from the callback info.

from abi-stable-node.

jasongin avatar jasongin commented on May 21, 2024

Closing since the data parameter was added a while ago.

There is no direct support for finalization of the data pointer, but it can be accomplished by creating an external value (napi_create_external()) with the same data pointer, then attaching that as a property on the function.

from abi-stable-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.