Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-serialize.cc248 const char* c_source = "\"1234\".length"; in UNINITIALIZED_DEPENDENT_TEST() local
249 v8::Local<v8::Script> script = v8_compile(c_source); in UNINITIALIZED_DEPENDENT_TEST()
271 const char* c_source = "\"1234\".length"; in UNINITIALIZED_DEPENDENT_TEST() local
272 v8::Local<v8::Script> script = v8_compile(c_source); in UNINITIALIZED_DEPENDENT_TEST()
Dtest-api.cc429 const char* c_source = "1 + 2 * 3"; in THREADED_TEST() local
430 uint16_t* two_byte_source = AsciiToTwoByteString(c_source); in THREADED_TEST()
460 const char* c_source = "1 + 2 * 3"; in THREADED_TEST() local
465 new TestOneByteResource(i::StrDup(c_source), &dispose_count); in THREADED_TEST()
525 const char* c_source = "1 + 2 * 3"; in THREADED_TEST() local
529 Local<String> source = v8_str(c_source); in THREADED_TEST()
534 new TestOneByteResource(i::StrDup(c_source), &dispose_count)); in THREADED_TEST()
822 const char* c_source = "1 + 2 * 3"; in TEST() local
827 TestOneByteResourceWithDisposeControl res_stack(i::StrDup(c_source), false); in TEST()
850 new TestOneByteResourceWithDisposeControl(i::StrDup(c_source), true); in TEST()