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

  /external/v8/src/snapshot/
startup-serializer.cc 122 CHECK(!isolate->has_installed_extensions());
  /external/v8/test/cctest/
test-lockers.cc 691 !reinterpret_cast<i::Isolate*>(isolate)->has_installed_extensions());
695 CHECK(reinterpret_cast<i::Isolate*>(isolate)->has_installed_extensions());
  /external/v8/src/
isolate.h 905 bool has_installed_extensions() { return has_installed_extensions_; } function in class:v8::internal::Isolate
    [all...]

Completed in 543 milliseconds