ngx_http_js_module icon indicating copy to clipboard operation
ngx_http_js_module copied to clipboard

use JS_EnterLocalRootScope

Open peter-leonov opened this issue 14 years ago • 0 comments

wrap all GC-potential callbacks with local root scopes. Like this:

JS_EnterLocalRootScope() JS_ValueToNumber(…) JS_LeaveLocalRootScope()

peter-leonov avatar May 07 '10 13:05 peter-leonov