Home | History | Annotate | Download | only in utils

Lines Matching refs:fWeOwnL

99 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) {
105 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {}
108 if (fWeOwnL) {