-
Notifications
You must be signed in to change notification settings - Fork 130
/
Copy pathjanet.yaml
37 lines (37 loc) · 958 Bytes
/
janet.yaml
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
"functions":
- "name": "janet_dostring"
"params":
- "name": "env"
"type": "bool "
- "name": "str"
"type": "bool "
- "name": "sourcePath"
"type": "bool "
- "name": "out"
"type": "bool "
"return_type": "int"
"signature": "int janet_dostring(JanetTable *, const char *, const char *, Janet *)"
- "name": "janet_loop_fiber"
"params":
- "name": "fiber"
"type": "bool "
"return_type": "int"
"signature": "int janet_loop_fiber(JanetFiber *)"
- "name": "janet_dobytes"
"params":
- "name": "env"
"type": "bool "
- "name": "bytes"
"type": "bool "
- "name": "len"
"type": "int"
- "name": "sourcePath"
"type": "bool "
- "name": "out"
"type": "bool "
"return_type": "int"
"signature": "int janet_dobytes(JanetTable *, const uint8_t *, int32_t, const char *, Janet *)"
"language": "c++"
"project": "janet"
"target_name": "fuzz_dostring"
"target_path": "/src/janet/test/fuzzers/fuzz_dostring.c"