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

  /external/v8/test/cctest/
test-lockers.cc 677 CHECK(!i::Isolate::Current()->has_installed_extensions());
680 CHECK(i::Isolate::Current()->has_installed_extensions());
  /external/v8/src/
isolate.h 901 bool has_installed_extensions() { return has_installed_extensions_; } function in class:v8::internal::Isolate
    [all...]
serialize.cc     [all...]

Completed in 31 milliseconds