Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-parsing.cc266 const char* good_code[] = { in TEST() local
277 for (unsigned i = 0; i < arraysize(good_code); i++) { in TEST()
278 v8::ScriptCompiler::Source good_source(v8_str(good_code[i])); in TEST()