Home | History | Annotate | Download | only in interpreter

Lines Matching defs:kFormat

70     static const char kFormat[] = "function %s() { %s }\n%s();";
71 static const int kFormatLength = arraysize(kFormat);
74 length = SNPrintF(program, kFormat, kFunctionName, body, kFunctionName);