Home | History | Annotate | Download | only in utils

Lines Matching refs:fTermCode

99 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) {
109 if (fTermCode.size() > 0) {
110 lua_getglobal(fL, fTermCode.c_str());