HomeSort by relevance Sort by last modified time
    Searched full:flag_given (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
bootstrapper.cc 66 bool flag_given = FLAG_expose_gc_as != NULL && strlen(FLAG_expose_gc_as) != 0; local
67 return flag_given ? FLAG_expose_gc_as : "gc";
    [all...]

Completed in 205 milliseconds