Home
last modified time | relevance | path

Searched refs:CcTestExtensionFlags (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dcctest.h84 typedef v8::internal::EnumSet<CcTestExtensionIds> CcTestExtensionFlags; typedef
86 static const CcTestExtensionFlags Name(1 << Name##_ID);
87 static const CcTestExtensionFlags NO_EXTENSIONS(0);
88 static const CcTestExtensionFlags ALL_EXTENSIONS((1 << kMaxExtensions) - 1);
159 CcTestExtensionFlags extensions, in EXTENSION_LIST()
Dcctest.cc107 v8::Local<v8::Context> CcTest::NewContext(CcTestExtensionFlags extensions, in NewContext()