Home | History | Annotate | Download | only in include

Lines Matching refs:ExtensionConfiguration

7084 class V8_EXPORT ExtensionConfiguration {
7086 ExtensionConfiguration() : name_count_(0), names_(NULL) { }
7087 ExtensionConfiguration(int name_count, const char* names[])
7144 Isolate* isolate, ExtensionConfiguration* extensions = NULL,