Home
last modified time | relevance | path

Searched refs:fRuntime (Results 1 – 4 of 4) sorted by relevance

/external/skia/legacy/src/xml/
DSkJS.cpp162 if ((fRuntime = JS_NewRuntime(0x100000)) == NULL) { in SkJS()
166 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) { in SkJS()
188 JS_DestroyRuntime(fRuntime); in ~SkJS()
/external/skia/src/xml/
DSkJS.cpp162 if ((fRuntime = JS_NewRuntime(0x100000)) == NULL) { in SkJS()
166 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) { in SkJS()
188 JS_DestroyRuntime(fRuntime); in ~SkJS()
/external/skia/include/xml/
DSkJS.h36 JSRuntime *fRuntime; variable
/external/skia/legacy/include/xml/
DSkJS.h36 JSRuntime *fRuntime; variable