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

Function get_prop

deps/quickjs/unicode_gen.c:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271static int get_prop(uint32_t c, int prop_idx)
272{
273 return (unicode_db[c].prop_bitmap_tab[prop_idx >> 5] >> (prop_idx & 0x1f)) & 1;
274}
275
276static void set_prop(uint32_t c, int prop_idx, int val)
277{

Callers 3

compute_internal_propsFunction · 0.85
build_prop_tableFunction · 0.85
check_flagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected