-
Notifications
You must be signed in to change notification settings - Fork 4
/
jc2_translation.json
70 lines (68 loc) · 1.53 KB
/
jc2_translation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name_mapping":{
"System.Algorithm.Random":{
"type":"direct_name_mapping",
"map_to":"System.Math.Random"
},
"System.Algorithm.RandomIptr":{
"type":"direct_name_mapping",
"map_to":"System.Math.RandomIptr"
},
"System.Algorithm.SHA1Digest":{
"type":"exported_by_jc_module",
"module":{"var":"crypto","require":"crypto"},
"map_to":"crypto.SHA1Digest"
},
"System.Math.dot":{
"type":"direct_name_mapping",
"map_to":"shortvec.dot"
},
"System.Math.sqr":{
"type":"direct_name_mapping",
"map_to":"System.Math.square"
},
"System.Math.normalize":{
"type":"direct_name_mapping",
"map_to":"shortvec.normalize"
},
"System.Console.SWrite":{
"type":"direct_name_mapping",
"map_to":"System.Console.WriteToString"
},
"__builtin.min":{
"type":"direct_name_mapping",
"map_to":"Math.min"
},
"__builtin.max":{
"type":"direct_name_mapping",
"map_to":"Math.max"
},
"__builtin.__basic_api.memcpy":{
"type":"direct_name_mapping",
"map_to":"memcpy"
},
"GL":{
"type":"exported_by_jc_module",
"module":{"var":"GL","require":"gl"},
"map_to":"GL"
},
"Javascript":{
"type":"exported_by_jc_module",
"module":{"var":"duktape","require":"duktape"},
"map_to":"duktape"
},
"SDL":{
"type":"exported_by_jc_module",
"module":{"var":"SDL","require":"sdl"},
"map_to":"SDL"
},
".InlineBisect":{
"type":"normal_function",
"map_to":"System.Algorithm.Bisect"
},
".Bisect":{
"type":"normal_function",
"map_to":"System.Algorithm.Bisect"
}
}
}