MCPcopy Create free account
hub / github.com/buke/quickjs-go / build_flags_tables

Function build_flags_tables

deps/quickjs/unicode_gen.c:1571–1578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1569}
1570
1571void build_flags_tables(FILE *f)
1572{
1573 build_prop_table(f, PROP_Cased1, true);
1574 build_prop_table(f, PROP_Case_Ignorable, true);
1575 build_prop_table(f, PROP_ID_Start, true);
1576 build_prop_table(f, PROP_ID_Continue1, true);
1577 build_prop_table(f, PROP_White_Space, true);
1578}
1579
1580void dump_name_table(FILE *f, const char *cname, const char **tab_name, int len,
1581 const char **tab_short_name)

Callers 1

mainFunction · 0.85

Calls 1

build_prop_tableFunction · 0.85

Tested by

no test coverage detected