Lines Matching defs:mruby
27 #include <mruby/compile.h>
28 #include <mruby/string.h>
38 namespace mruby {
93 LOG(ERROR) << "Exception caught while executing mruby code: "
127 LOG(ERROR) << "Exception caught while executing mruby code: "
138 // https://github.com/h2o/h2o/blob/master/lib/handler/mruby.c. It is
139 // very hard to write these kind of code because mruby has almost no
149 LOG(ERROR) << "Could not open mruby file " << filename;
169 LOG(ERROR) << "mruby parser detected parse error";
200 LOG(ERROR) << "Could not compile mruby code " << filename;
210 LOG(ERROR) << "Could not instantiate mruby app from " << filename;
236 } // namespace mruby