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