Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrei-markeev/ts2c
/ functions
Functions
1,254 in github.com/andrei-markeev/ts2c
⨍
Functions
1,254
◇
Types & classes
836
↓ 6 callers
Method
setNodeType
(n: kataw.SyntaxNode, t: CType)
src/types/resolve.ts:513
↓ 6 callers
Function
showMessage
(message)
tests/statements/switch.ts:1
↓ 6 callers
Function
showMessage
tests/statements/switch.c:17
↓ 6 callers
Function
str_pos
tests/realworld/parseHtml.c:109
↓ 6 callers
Function
str_substring
tests/strings/string8.c:25
↓ 6 callers
Method
symbolOrTempVarExists
(scopeId: string | number, scopeNode: kataw.SyntaxNode, varName: string)
src/symbols.ts:331
↓ 6 callers
Function
toPrimitive
(t: CType)
src/types/utils.ts:347
↓ 5 callers
Function
a
()
tests/funcs/nested13.ts:1
↓ 5 callers
Method
create
(scope: IScope, left: kataw.ExpressionNode, right: kataw.ExpressionNode, inline: boolean = false)
src/nodes/assignment.ts:11
↓ 5 callers
Function
getAllNodesUnder
(node: kataw.SyntaxNode)
src/types/utils.ts:398
↓ 5 callers
Function
getChildNodes
(node: kataw.SyntaxNode)
src/types/utils.ts:392
↓ 5 callers
Function
getVarDeclFromSimpleInitializer
(n: SimpleInitializer)
src/types/utils.ts:159
↓ 5 callers
Function
isCompoundAssignment
(n: kataw.SyntaxNode)
src/types/utils.ts:226
↓ 5 callers
Function
isNode
(n: any)
src/types/utils.ts:37
↓ 5 callers
Function
isObjectLiteral
(n: kataw.SyntaxNode)
src/types/utils.ts:43
↓ 5 callers
Function
isStringLiteralAsIdentifier
(n: kataw.SyntaxNode)
src/types/utils.ts:261
↓ 5 callers
Function
js_var_compute
tests/js_var/null.c:273
↓ 5 callers
Function
js_var_from
tests/js_var/null.c:62
↓ 5 callers
Function
js_var_from_int16_t
tests/js_var/array.c:125
↓ 5 callers
Function
js_var_from_int16_t
tests/js_var/array5.c:120
↓ 5 callers
Function
js_var_from_int16_t
tests/numbers/unary1.c:69
↓ 5 callers
Function
js_var_from_int16_t
tests/numbers/numbers5.c:69
↓ 5 callers
Function
js_var_plus
tests/js_var/null.c:230
↓ 5 callers
Function
js_var_plus
tests/numbers/unary2.c:312
↓ 5 callers
Function
js_var_to_number
tests/numbers/unary2.c:261
↓ 5 callers
Method
registerSymbol
(node: kataw.Identifier, exported?: boolean)
src/symbols.ts:52
↓ 5 callers
Function
str_len
tests/strings/string8.c:11
↓ 5 callers
Function
use
tests/mem/mem4.c:92
↓ 5 callers
Function
use
(index, search)
tests/mem/mem4.ts:13
↓ 4 callers
Function
callback
(theThingToGiveBack)
tests/funcs/nestedCallback1.ts:5
↓ 4 callers
Method
createSymbolScope
(rootId: number, start: number, end: number)
src/symbols.ts:38
↓ 4 callers
Function
dict_find_pos
tests/objs/obj6.c:40
↓ 4 callers
Function
findParentSourceFile
(node: kataw.SyntaxNode)
src/types/utils.ts:357
↓ 4 callers
Method
getClosureVarName
(node: kataw.SyntaxNode)
src/symbols.ts:387
↓ 4 callers
Method
getTypeString
Get textual representation of type of the parameter for inserting into the C code
src/types/typehelper.ts:100
↓ 4 callers
Function
isArrayLiteral
(n: kataw.SyntaxNode)
src/types/utils.ts:46
↓ 4 callers
Function
isExtinct
(animal)
tests/statements/switch.ts:96
↓ 4 callers
Function
isExtinct
tests/statements/switch.c:149
↓ 4 callers
Method
isGlobalSymbol
(node: kataw.Identifier)
src/symbols.ts:200
↓ 4 callers
Function
isLogicOp
(op: kataw.SyntaxKind)
src/types/utils.ts:254
↓ 4 callers
Function
isSimpleInitializer
(n: kataw.SyntaxNode)
src/types/utils.ts:155
↓ 4 callers
Function
js_var_compute
tests/numbers/unary1.c:266
↓ 4 callers
Function
js_var_eq
tests/numbers/numbers5.c:223
↓ 4 callers
Function
js_var_from
tests/realworld/parseHtml.c:209
↓ 4 callers
Function
js_var_from_int16_t
tests/js_var/binexpr4.c:120
↓ 4 callers
Function
js_var_from_int16_t
tests/objs/obj6.c:128
↓ 4 callers
Function
js_var_from_int16_t
tests/numbers/numbers7.c:127
↓ 4 callers
Function
js_var_from_str
tests/js_var/binexpr5.c:128
↓ 4 callers
Function
js_var_log
tests/js_var/binexpr4.c:227
↓ 4 callers
Function
js_var_log
tests/js_var/array.c:232
↓ 4 callers
Function
js_var_log
tests/js_var/binexpr1.c:155
↓ 4 callers
Function
js_var_to_number
tests/js_var/binexpr4.c:269
↓ 4 callers
Function
js_var_to_number
tests/js_var/binexpr1.c:197
↓ 4 callers
Function
js_var_to_number
tests/js_var/null.c:204
↓ 4 callers
Function
makeCounter
()
tests/funcs/nested9.ts:1
↓ 4 callers
Function
str_char_code_at
tests/strings/string7.c:21
↓ 4 callers
Function
str_slice
tests/strings/string8.c:57
↓ 4 callers
Function
str_substring
tests/strings/string9.c:62
↓ 4 callers
Function
str_substring
tests/strings/string7.c:41
↓ 3 callers
Function
add
(n)
tests/funcs/nested3.ts:4
↓ 3 callers
Function
add_and_substract
tests/js_var/binexpr1.c:322
↓ 3 callers
Function
add_and_substract
(x, y, z)
tests/js_var/binexpr1.ts:1
↓ 3 callers
Function
appendInnerHTML
(node, html)
tests/realworld/parseHtml.ts:15
↓ 3 callers
Function
appendInnerHTML
tests/realworld/parseHtml.c:977
↓ 3 callers
Function
canBeStandardCall
(memberType: CType, stringPropName: string)
src/standard.ts:131
↓ 3 callers
Method
getEscapeNode
(s: TypeHelper, n: C)
src/standard.ts:16
↓ 3 callers
Method
getGCVariablesForScope
(node: kataw.SyntaxNode)
src/memory.ts:130
↓ 3 callers
Method
getReturnType
(typeHelper: TypeHelper, node: kataw.SyntaxNode)
src/types/ctypes.ts:110
↓ 3 callers
Method
getScopeVarName
(node: kataw.SyntaxNode)
src/symbols.ts:396
↓ 3 callers
Function
getSliceParams
(typeHelper: TypeHelper, call: kataw.CallExpression)
src/standard/array/slice.ts:137
↓ 3 callers
Function
howMuch
(fruit)
tests/statements/switch.ts:34
↓ 3 callers
Function
howMuch
tests/statements/switch.c:42
↓ 3 callers
Function
isEndGroup
(t)
src/regex.ts:55
↓ 3 callers
Function
isForInStatement
(n: kataw.SyntaxNode)
src/types/utils.ts:180
↓ 3 callers
Function
isForOfStatement
(n: kataw.SyntaxNode)
src/types/utils.ts:177
↓ 3 callers
Function
isFunctionExpression
(n: kataw.SyntaxNode)
src/types/utils.ts:89
↓ 3 callers
Function
isIntegerOp
(op: kataw.SyntaxKind)
src/types/utils.ts:239
↓ 3 callers
Function
isNumberOp
(op: kataw.SyntaxKind)
src/types/utils.ts:233
↓ 3 callers
Function
isRelationalOp
(op: kataw.SyntaxKind)
src/types/utils.ts:246
↓ 3 callers
Method
isScopeVariable
(n: kataw.Identifier)
src/types/typehelper.ts:137
↓ 3 callers
Function
isStartGroup
(t)
src/regex.ts:54
↓ 3 callers
Function
js_var_compute
tests/js_var/binexpr4.c:338
↓ 3 callers
Function
js_var_from
tests/js_var/dict1.c:118
↓ 3 callers
Function
js_var_from
tests/js_var/array.c:118
↓ 3 callers
Function
js_var_from
tests/js_var/array2.c:118
↓ 3 callers
Function
js_var_from
tests/numbers/numbers5.c:62
↓ 3 callers
Function
js_var_from_int16_t
tests/js_var/array4.c:124
↓ 3 callers
Function
js_var_from_int16_t
tests/js_var/array6.c:114
↓ 3 callers
Function
js_var_from_int16_t
tests/js_var/array3.c:120
↓ 3 callers
Function
js_var_from_str
tests/js_var/dict1.c:133
↓ 3 callers
Function
js_var_from_str
tests/js_var/binexpr1.c:70
↓ 3 callers
Function
js_var_from_str
tests/numbers/unary3.c:121
↓ 3 callers
Function
js_var_from_str
tests/numbers/numbers7.c:135
↓ 3 callers
Function
js_var_log
tests/js_var/void.c:114
↓ 3 callers
Function
js_var_log
tests/js_var/tuple.c:220
↓ 3 callers
Function
js_var_log
tests/funcs/functype1.c:123
↓ 3 callers
Function
js_var_plus
tests/realworld/parseHtml.c:429
↓ 3 callers
Function
js_var_to_number
tests/js_var/binexpr3.c:288
↓ 3 callers
Function
js_var_to_number
tests/js_var/tuple.c:262
↓ 3 callers
Function
js_var_to_number
tests/numbers/unary3.c:262
← previous
next →
101–200 of 1,254, ranked by callers