HomeSort by relevance Sort by last modified time
    Searched refs:DisableProfiler (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
d8.h 308 static Handle<Value> DisableProfiler(const Arguments& args);
d8.cc 219 Handle<Value> Shell::DisableProfiler(const Arguments& args) {
818 global_template->Set(String::New("disableProfiler"),
819 FunctionTemplate::New(DisableProfiler));
    [all...]

Completed in 2468 milliseconds