Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charto/nbind
/ functions
Functions
614 in github.com/charto/nbind
⨍
Functions
614
◇
Types & classes
313
↓ 2 callers
Method
testStatic
test/Smart.cc:25
↓ 2 callers
Method
testString
test/Strict.cc:13
↓ 2 callers
Method
testTarget
include/nbind/v8/BindWrapper.h:68
↓ 2 callers
Function
typeModule
(self: any)
src/Type.ts:118
↓ 2 callers
Method
unvisit
include/nbind/BindClass.h:145
↓ 2 callers
Method
useB
test/Inheritance.cc:23
↓ 2 callers
Method
useC
test/Inheritance.cc:34
↓ 2 callers
Method
visit
include/nbind/BindClass.h:144
↓ 2 callers
Method
writePtr
test/Reference.cc:24
↓ 2 callers
Method
writeRef
test/Reference.cc:25
↓ 1 callers
Method
Buffer
include/nbind/Buffer.h:16
↓ 1 callers
Method
addConstructor
include/nbind/BindClass.h:56
↓ 1 callers
Method
addDestructor
include/nbind/v8/External.h:47
↓ 1 callers
Method
addMethod
(name: string, kind: SignatureType, typeList: BindType[], policyList: string[])
src/reflect.ts:50
↓ 1 callers
Method
addMethod
include/nbind/BindDefiner.h:102
↓ 1 callers
Method
addProperty
(name: string, kind: SignatureType, typeList: BindType[], policyList: string[])
src/reflect.ts:64
↓ 1 callers
Method
addSuper
(superClass: BindClass)
src/reflect.ts:46
↓ 1 callers
Function
anyNeedsWireRead
Check if any type on the list requires conversion reading from C++. * Mainly numbers can be passed as-is between Asm.js and JavaScript.
src/em/Caller.ts:64
↓ 1 callers
Method
bar
test/Nullable.cc:25
↓ 1 callers
Function
buildJSCallerFunction
( returnType: BindType, argTypeList: BindType[] )
src/em/Caller.ts:182
↓ 1 callers
Method
callAddInt
test/Callback.cc:21
↓ 1 callers
Method
callAddInt2
test/Callback.cc:22
↓ 1 callers
Method
callCStrings
test/Callback.cc:29
↓ 1 callers
Method
callCatenate
test/Callback.cc:26
↓ 1 callers
Method
callCatenate2
test/Callback.cc:27
↓ 1 callers
Method
callIncrementDouble
test/Callback.cc:24
↓ 1 callers
Method
callNegate2
test/Callback.cc:19
↓ 1 callers
Method
callVoidFunc
test/Callback.cc:15
↓ 1 callers
Method
callWithCoord
test/Value.cc:19
↓ 1 callers
Method
callWithStrings
test/Array.cc:43
↓ 1 callers
Method
catenate
test/PrimitiveMethods.cc:46
↓ 1 callers
Method
catenate2
test/PrimitiveMethods.cc:52
↓ 1 callers
Method
catenateStatic
test/PrimitiveMethods.cc:40
↓ 1 callers
Method
ccall
(name: string, returnType?: string, argTypes?: string[], args?: any[])
src/nbind.ts:61
↓ 1 callers
Function
constructType
(kind: TypeFlags, spec: TypeSpecWithName)
src/em/Globals.ts:84
↓ 1 callers
Function
find
(basePath?: any, cb?: FindCallback)
src/nbind.ts:219
↓ 1 callers
Function
findCompiledModule
( basePath: string, specList: FindModuleSpec[], callback: FindCallback )
src/nbind.ts:153
↓ 1 callers
Method
finish
()
src/em/BindClass.ts:169
↓ 1 callers
Function
formatMethod
(method: BindMethod)
src/todts.ts:91
↓ 1 callers
Function
formatProperty
(prop: BindProperty)
src/todts.ts:110
↓ 1 callers
Method
ftoul
test/PrimitiveMethods.cc:69
↓ 1 callers
Method
ftoull
test/PrimitiveMethods.cc:71
↓ 1 callers
Method
getConstPtr
test/Reference.cc:18
↓ 1 callers
Method
getHandle
include/nbind/v8/External.h:51
↓ 1 callers
Method
getNull
test/Nullable.cc:17
↓ 1 callers
Method
getOverloadNum
include/nbind/ArgStorage.h:20
↓ 1 callers
Method
getSlot
include/nbind/em/Callback.h:77
↓ 1 callers
Method
getState
test/PrimitiveMethods.cc:32
↓ 1 callers
Method
getString
test/PrimitiveMethods.cc:35
↓ 1 callers
Method
getStringStatic
test/PrimitiveMethods.cc:34
↓ 1 callers
Method
getType
include/nbind/signature/BaseSignature.h:37
↓ 1 callers
Method
getValue
test/Reference.cc:13
↓ 1 callers
Function
incrementInt
test/Functions.cc:7
↓ 1 callers
Method
incrementState
test/PrimitiveMethods.cc:29
↓ 1 callers
Method
incrementStateStatic
test/PrimitiveMethods.cc:28
↓ 1 callers
Function
initAsm
Initialize asm.js module.
src/nbind.ts:289
↓ 1 callers
Function
initModule
src/em/Binding.cc:127
↓ 1 callers
Function
initNode
Initialize native Node.js addon.
src/nbind.ts:311
↓ 1 callers
Method
make
test/Smart.cc:17
↓ 1 callers
Function
makeBound
( policyTbl: PolicyTbl, bindClass: _class.BindClass )
src/em/Wrapper.ts:52
↓ 1 callers
Method
makeBound
(policyTbl: PolicyTbl)
src/em/BindClass.ts:77
↓ 1 callers
Function
makeCaller
(spec: _class.MethodSpec)
src/em/Caller.ts:336
↓ 1 callers
Function
makeModulePathList
Make list of possible paths for a single compiled output file name.
src/nbind.ts:117
↓ 1 callers
Function
makeOverloader
(func: Func, arity: number)
src/em/Caller.ts:410
↓ 1 callers
Method
makeReadable
(bindType: BindType)
src/reflect.ts:144
↓ 1 callers
Function
makeTypeError
include/nbind/v8/Caller.h:14
↓ 1 callers
Method
makeWireRead
(expr: string, convertParamList?: any[], num?: number)
src/Type.ts:36
↓ 1 callers
Method
makeWireWrite
( expr: string, policyTbl: PolicyTbl | null, convertParamList?: any[], num?: number )
src/Type.ts:37
↓ 1 callers
Method
makeWritable
(bindType: BindType)
src/reflect.ts:149
↓ 1 callers
Function
mark
(obj: Wrapper)
src/em/GC.ts:34
↓ 1 callers
Method
negateStatic
test/PrimitiveMethods.cc:22
↓ 1 callers
Function
popArray
(ptr: number, type: ArrayType)
src/em/BindingStd.ts:58
↓ 1 callers
Function
printUsage
()
bin/copyasm.js:9
↓ 1 callers
Function
pushArray
(arr: any[], type: ArrayType)
src/em/BindingStd.ts:25
↓ 1 callers
Function
pushBuffer
( buf: number[] | ArrayBuffer | DataView | Uint8Array | Buffer, policyTbl?: PolicyTbl )
src/em/Buffer.ts:49
↓ 1 callers
Function
pushCString
(str: string, policyTbl?: PolicyTbl)
src/em/BindingType.ts:85
↓ 1 callers
Function
pushString
(str: string, policyTbl?: PolicyTbl)
src/em/BindingStd.ts:113
↓ 1 callers
Function
queryType
(id: number)
src/em/Globals.ts:106
↓ 1 callers
Function
readAsciiString
(ptr: number)
src/em/Globals.ts:155
↓ 1 callers
Method
readPtr
test/Reference.cc:21
↓ 1 callers
Method
readRef
test/Reference.cc:22
↓ 1 callers
Function
registerMethods
src/v8/Binding.cc:100
↓ 1 callers
Method
registerMethods
(src: BindClass, staticOnly: boolean)
src/em/BindClass.ts:94
↓ 1 callers
Function
registerSuperMethods
src/v8/Binding.cc:204
↓ 1 callers
Method
registerSuperMethods
( src: BindClass, firstSuper: number, visitTbl: { [name: string]: boolean } )
src/em/BindClass.ts:143
↓ 1 callers
Method
remove
(other: Resource)
src/em/Resource.ts:27
↓ 1 callers
Function
removeAccessorPrefix
(name: string)
src/common.ts:15
↓ 1 callers
Function
reportProblem
( problem: string, id: number, kind: string, structureType: StructureType, place: string )
src/Type.ts:165
↓ 1 callers
Method
reset
include/nbind/v8/Callback.h:37
↓ 1 callers
Method
setReady
include/nbind/BindClass.h:148
↓ 1 callers
Method
setValueConstructor
include/nbind/signature/BaseSignature.h:54
↓ 1 callers
Method
setValueConstructorJS
include/nbind/BindClass.h:125
↓ 1 callers
Method
strLength
test/PrimitiveMethods.cc:38
↓ 1 callers
Function
stripGetterPrefix
Convert getter names like "getFoo" into property names like "foo". This could be so much more concisely written with regexps...
src/v8/Binding.cc:16
↓ 1 callers
Method
testConst
test/Overload.cc:11
↓ 1 callers
Method
testShared
test/Smart.cc:29
↓ 1 callers
Function
throwError
(message: string)
src/em/Globals.ts:239
↓ 1 callers
Method
ulltof
test/PrimitiveMethods.cc:76
↓ 1 callers
Method
ultof
test/PrimitiveMethods.cc:74
↓ 1 callers
Method
upcastStep
(dst: BindClass, ptr: number)
src/em/BindClass.ts:194
← previous
next →
101–200 of 614, ranked by callers