Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-api.cc3295 static const char* bDeps[] = { "A" }; in TEST() local
3296 v8::RegisterExtension(new Extension("B", "", 1, bDeps)); in TEST()
3298 v8::ExtensionConfiguration config(1, bDeps); in TEST()