v8 147.3.0

Rust bindings to V8
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
header: subdir/test.h
standards:
  - bsd
functions:
  - name: func
    return_type: type_a
    arguments:
      - type: type_b
  - name: gnufunc
    return_type: void
    arguments:
      - type: type_a
    standards:
      - gnu
  - name: ptrfunc
    return_type: int *
    arguments: []