Home
last modified time | relevance | path

Searched refs:c_func_count (Results 1 – 3 of 3) sorted by relevance

/third_party/quickjs/
Dquickjs.h406 int64_t c_func_count, array_count; member
Drun-test262.c1493 update(c_func_count); in update_stats()
Dquickjs.c6046 s->c_func_count++; in JS_ComputeMemoryUsage()
6318 if (s->c_func_count) { in JS_DumpMemoryUsage()
6319 fprintf(fp, "%-20s %8"PRId64"\n", "C functions", s->c_func_count); in JS_DumpMemoryUsage()