#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <unistd.h>
#include <getopt.h>
#include <errno.h>
#include "options.h"
#include "nsgenbind-ast.h"
#include "webidl-ast.h"
#include "ir.h"
#include "output.h"
#include "jsapi-libdom.h"
#include "duk-libdom.h"
Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
◆ bindingtype_e
| Enumerator |
|---|
| BINDINGTYPE_UNKNOWN | |
| BINDINGTYPE_JSAPI_LIBDOM | |
| BINDINGTYPE_DUK_LIBDOM | |
Definition at line 27 of file nsgenbind.c.
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ options