Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ functions
Functions
1,254 in github.com/nodejs/node-addon-api
⨍
Functions
1,254
◇
Types & classes
145
↓ 1 callers
Function
assertCanCreateSymbol
(symbol)
test/symbol.js:15
↓ 1 callers
Function
assertEmptyValueNullPtrOnCast
(value)
test/basic_types/value.js:112
↓ 1 callers
Function
assertNonEmptyReturnValOnCast
(value)
test/basic_types/value.js:116
↓ 1 callers
Function
assertPromise
(promise, expectedVal)
unit-test/generate-binding-cc.js:48
↓ 1 callers
Function
assertSymbolAreUnique
(symbol)
test/symbol.js:21
↓ 1 callers
Function
assertSymbolIsNotWellknown
(symbol)
test/symbol.js:35
↓ 1 callers
Function
assertSymbolIsWellknown
(symbol)
test/symbol.js:28
↓ 1 callers
Function
assertValueReturnsCorrectEnv
(value)
test/basic_types/value.js:108
↓ 1 callers
Function
assertValueStrictlyEqual
(value)
test/basic_types/value.js:96
↓ 1 callers
Function
assertValueStrictlyNonEqual
(value)
test/basic_types/value.js:102
↓ 1 callers
Function
asyncProgressWorkerCallbackOverloads
(bindingFunction)
test/async_progress_queue_worker.js:29
↓ 1 callers
Function
asyncProgressWorkerCallbackOverloads
(bindingFunction)
test/async_progress_worker.js:31
↓ 1 callers
Function
asyncProgressWorkerNoCbOverloads
(bindingFunction)
test/async_progress_queue_worker.js:106
↓ 1 callers
Function
asyncProgressWorkerNoCbOverloads
(bindingFunction)
test/async_progress_worker.js:108
↓ 1 callers
Function
asyncProgressWorkerRecvOverloads
(bindingFunction)
test/async_progress_queue_worker.js:57
↓ 1 callers
Function
asyncProgressWorkerRecvOverloads
(bindingFunction)
test/async_progress_worker.js:59
↓ 1 callers
Method
asyncprogressworker
napi.h:3220
↓ 1 callers
Function
beforeAll
(addons)
test/addon_build/index.js:16
↓ 1 callers
Function
canCallAsyncFunctionWithDifferentOverloads
(binding)
test/function_reference.js:87
↓ 1 callers
Function
canCallFunctionWithDifferentOverloads
(binding)
test/function_reference.js:58
↓ 1 callers
Function
canConstructRefFromExistingRef
(binding)
test/function_reference.js:53
↓ 1 callers
Function
checkAcquire
()
test/threadsafe_function/threadsafe_function_sum.js:44
↓ 1 callers
Function
checkAcquire
()
test/typed_threadsafe_function/typed_threadsafe_function_sum.js:44
↓ 1 callers
Function
checkAsyncHooks
()
test/callbackscope.js:8
↓ 1 callers
Function
checkAsyncHooks
()
test/async_worker.js:9
↓ 1 callers
Function
checkAsyncHooks
()
test/async_context.js:10
↓ 1 callers
Function
checkBuildType
(buildType)
test/common/index.js:134
↓ 1 callers
Function
checkFileUNIX
(file)
tools/check-napi.js:41
↓ 1 callers
Function
checkFileWin32
(file)
tools/check-napi.js:56
↓ 1 callers
Function
child
(binding, testTable, methodName, type, idx)
test/value_type_cast.js:111
↓ 1 callers
Function
child
(binding)
test/maybe/index.js:36
↓ 1 callers
Function
convert
(content, operations)
tools/conversion.js:283
↓ 1 callers
Function
destroy
(asyncId)
test/async_worker.js:55
↓ 1 callers
Function
detailedTypeOf
(value)
test/basic_types/value.js:15
↓ 1 callers
Function
execTSFNRefTest
(bindingFile)
test/threadsafe_function/threadsafe_function_unref.js:95
↓ 1 callers
Function
execTSFNRefTest
(bindingFile)
test/typed_threadsafe_function/typed_threadsafe_function_unref.js:95
↓ 1 callers
Function
execTSFNUnrefTest
(bindingFile)
test/threadsafe_function/threadsafe_function_unref.js:90
↓ 1 callers
Function
execTSFNUnrefTest
(bindingFile)
test/typed_threadsafe_function/typed_threadsafe_function_unref.js:90
↓ 1 callers
Function
executeTests
()
unit-test/test.js:8
↓ 1 callers
Function
fail
(binding)
test/async_progress_queue_worker.js:169
↓ 1 callers
Function
fail
(binding)
test/async_progress_worker.js:170
↓ 1 callers
Function
generateBindingConfigurations
* @param none * @requires list of files to bind as command-line argument * @returns list of binding configurations
unit-test/generate-binding-cc.js:13
↓ 1 callers
Function
getExportPropertyName
* @param fileName - expect to be in snake case , eg: this_is_a_test_file.cc * @returns property name of exported init function
unit-test/listOfTestModules.js:28
↓ 1 callers
Function
isObject
(value)
test/basic_types/value.js:10
↓ 1 callers
Function
isWildcard
(filter)
unit-test/matchModules.js:5
↓ 1 callers
Function
listFiles
(dir, filelist)
tools/conversion.js:266
↓ 1 callers
Function
listOfTestModules
* creates a configuration list for all available test modules * The configuration object contains the expected init function names and corresponding
unit-test/listOfTestModules.js:39
↓ 1 callers
Function
loadTestModules
(currentDirectory = __dirname, pre = '')
test/index.js:56
↓ 1 callers
Function
main
(args)
tools/clang-format.js:9
↓ 1 callers
Function
makeCallbackWithResource
(binding)
test/async_context.js:66
↓ 1 callers
Function
makeCallbackWithoutResource
(binding)
test/async_context.js:88
↓ 1 callers
Function
napi_value
napi-inl.h:785
↓ 1 callers
Function
parseVersion
()
test/version_management.js:7
↓ 1 callers
Function
recurse
(top)
tools/check-napi.js:70
↓ 1 callers
Method
removeHook
test/env_cleanup.cc:27
↓ 1 callers
Function
setArgsAndCall
(fn, filterCondition)
unit-test/generate-binding-cc.js:47
↓ 1 callers
Function
success
(binding)
test/async_progress_queue_worker.js:147
↓ 1 callers
Function
success
(binding)
test/async_progress_worker.js:149
↓ 1 callers
Function
test
(binding)
test/movable_callbacks.js:8
↓ 1 callers
Function
test
(binding)
test/function_reference.js:130
↓ 1 callers
Function
test
(binding)
test/error_handling_for_primitives.js:21
↓ 1 callers
Function
test
()
test/require_basic_finalizers/index.js:9
↓ 1 callers
Function
test
(addon)
test/addon_build/index.js:24
↓ 1 callers
Function
testAccessor
(obj, clazz)
test/objectwrap.js:17
↓ 1 callers
Function
testClass
(clazz)
test/objectwrap.js:294
↓ 1 callers
Function
testConventions
(obj, clazz)
test/objectwrap.js:137
↓ 1 callers
Function
testEnumerables
(obj, clazz)
test/objectwrap.js:112
↓ 1 callers
Function
testFinalize
(clazz)
test/objectwrap.js:261
↓ 1 callers
Function
testFunc
()
test/function_reference.js:54
↓ 1 callers
Function
testFuncD
(a, b, c, d)
test/function_reference.js:67
↓ 1 callers
Function
testGetProperty
(nativeGetProperty)
test/object/get_property.js:8
↓ 1 callers
Function
testLambda
(binding)
test/function.js:133
↓ 1 callers
Function
testMethod
(obj, clazz)
test/objectwrap.js:100
↓ 1 callers
Function
testObj
(obj, clazz)
test/objectwrap.js:283
↓ 1 callers
Function
testRefCallback
(resolve, reject, bindingFile)
test/threadsafe_function/threadsafe_function_unref.js:55
↓ 1 callers
Function
testRefCallback
(resolve, reject, bindingFile)
test/typed_threadsafe_function/typed_threadsafe_function_unref.js:55
↓ 1 callers
Function
testShouldReturnUndefinedIfKeyIsNotPresent
(nativeGetProperty)
test/object/get_property.js:13
↓ 1 callers
Function
testShouldThrowErrorIfKeyIsInvalid
(nativeGetProperty)
test/object/get_property.js:18
↓ 1 callers
Function
testStaticAccessor
(clazz)
test/objectwrap.js:162
↓ 1 callers
Function
testStaticEnumerables
(clazz)
test/objectwrap.js:234
↓ 1 callers
Function
testStaticMethod
(clazz)
test/objectwrap.js:221
↓ 1 callers
Function
testStaticValue
(clazz)
test/objectwrap.js:157
↓ 1 callers
Function
testUnRefCallback
(resolve, reject, bindingFile)
test/threadsafe_function/threadsafe_function_unref.js:31
↓ 1 callers
Function
testUnRefCallback
(resolve, reject, bindingFile)
test/typed_threadsafe_function/typed_threadsafe_function_unref.js:31
↓ 1 callers
Function
testUnwrap
(obj, clazz)
test/objectwrap.js:278
↓ 1 callers
Function
testValue
(obj, clazz)
test/objectwrap.js:12
↓ 1 callers
Function
tick
(x)
test/testUtil.js:4
↓ 1 callers
Function
wrapTest
()
test/error_terminating_environment.js:69
Method
TypedThreadSafeFunction
napi-inl.h:6094
Function
AccessProp
test/basic_types/value.cc:131
Function
AccessWeakArrayEmpty
test/reference.cc:63
Method
Accessor
napi-inl.h:4288
Method
Accessor
napi-inl.deprecated.h:9
Function
AcquireFinalizerCallback
test/threadsafe_function/threadsafe_function_sum.cc:156
Function
AcquireFinalizerCallback
test/typed_threadsafe_function/typed_threadsafe_function_sum.cc:162
Function
AddFinalizer
test/object/finalizer.cc:7
Function
AddFinalizerWithHint
test/object/finalizer.cc:19
Function
AddHooks
test/env_cleanup.cc:30
Method
Addon
test/addon_data.cc:53
Function
AddonFactory
We use an addon factory so we can cover both the case where there is an instance data hint and the case where there isn't.
test/addon_data.cc:91
← previous
next →
301–400 of 1,254, ranked by callers