Searched refs:termCode (Results 1 – 2 of 2) sorted by relevance
34 SkLua(const char termCode[] = NULL); // creates a new L, will close it
95 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) { in SkLua() argument