Home | History | Annotate | Download | only in utils

Lines Matching defs:runCode

138 bool SkLua::runCode(const char code[]) {
147 bool SkLua::runCode(const void* code, size_t size) {
149 return this->runCode(str.c_str());