Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nodejs
/
node-addon-api
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
499
Star
2.4k
Code
Issues
11
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Function tests
- #928
#928
Merged
mhdawson
merged 11 commits into
nodejs:main
nodejs/node-addon-api:main
from
JoseExposito:function-tests
JoseExposito/node-addon-api:function-tests
Copy head branch name to clipboard
Mar 15, 2021
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Function tests
#928
mhdawson
merged 11 commits into
nodejs:main
nodejs/node-addon-api:main
from
JoseExposito:function-tests
JoseExposito/node-addon-api:function-tests
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2021
Add tests for Function constructors
JoseExposito
committed
1a362a2
View commit details
Copy full SHA for 1a362a2
Browse repository at this point
Rename operator() test and add call with args test
JoseExposito
committed
080aa85
View commit details
Copy full SHA for 080aa85
Browse repository at this point
Rename Function::operator() test and add tests for Function::Call with args
JoseExposito
committed
b500614
View commit details
Copy full SHA for b500614
Browse repository at this point
Merge branch 'function-tests' of https://github.com/JoseExposito/node-addon-api into function-tests
JoseExposito
committed
b05f06e
View commit details
Copy full SHA for b05f06e
Browse repository at this point
Add tests for Function::Call with C style array
JoseExposito
committed
46b38f5
View commit details
Copy full SHA for 46b38f5
Browse repository at this point
Add tests for Function::Call with receiver and C style array
JoseExposito
committed
25b5b6a
View commit details
Copy full SHA for 25b5b6a
Browse repository at this point
Add tests for Function::New with C style array
JoseExposito
committed
f333e52
View commit details
Copy full SHA for f333e52
Browse repository at this point
Add tests for Function::MakeCallback
JoseExposito
committed
218af6d
View commit details
Copy full SHA for 218af6d
Browse repository at this point
Replace deprecated assert.equal with assert.strictEqual in Function tests
JoseExposito
committed
1167ab3
View commit details
Copy full SHA for 1167ab3
Browse repository at this point
Commits on Mar 11, 2021
Merge branch 'main' into function-tests
JoseExposito
committed
6e97f96
View commit details
Copy full SHA for 6e97f96
Browse repository at this point
Commits on Mar 13, 2021
Unify EmptyConstructor and NonEmptyConstructor tests
JoseExposito
committed
da75b85
View commit details
Copy full SHA for da75b85
Browse repository at this point
You can’t perform that action at this time.