Home | History | Annotate | Download | only in include

Lines Matching refs:ExtensionConfiguration

5400 class V8_EXPORT ExtensionConfiguration {
5402 ExtensionConfiguration() : name_count_(0), names_(NULL) { }
5403 ExtensionConfiguration(int name_count, const char* names[])
5461 ExtensionConfiguration* extensions = NULL,