Searched refs:fRuntime (Results 1 – 4 of 4) sorted by relevance
162 if ((fRuntime = JS_NewRuntime(0x100000)) == NULL) { in SkJS()166 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) { in SkJS()188 JS_DestroyRuntime(fRuntime); in ~SkJS()
36 JSRuntime *fRuntime; variable