initJSPagePool function

void initJSPagePool(
  1. int poolSize
)

Implementation

void initJSPagePool(int poolSize) {
  _initJSPagePool(poolSize);
}