Searched refs:fWeOwnL (Results 1 – 2 of 2) sorted by relevance
72 bool fWeOwnL; variable
99 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) { in SkLua()105 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {} in SkLua()108 if (fWeOwnL) { in ~SkLua()