Example #1
0
 static function start_once()
 {
     if (get_class(jsrt::$global) == "js_object") {
         return;
     }
     jsrt::start();
 }