Searched refs:c_source (Results 1 – 2 of 2) sorted by relevance
248 const char* c_source = "\"1234\".length"; in UNINITIALIZED_DEPENDENT_TEST() local249 v8::Local<v8::Script> script = v8_compile(c_source); in UNINITIALIZED_DEPENDENT_TEST()271 const char* c_source = "\"1234\".length"; in UNINITIALIZED_DEPENDENT_TEST() local272 v8::Local<v8::Script> script = v8_compile(c_source); in UNINITIALIZED_DEPENDENT_TEST()
429 const char* c_source = "1 + 2 * 3"; in THREADED_TEST() local430 uint16_t* two_byte_source = AsciiToTwoByteString(c_source); in THREADED_TEST()460 const char* c_source = "1 + 2 * 3"; in THREADED_TEST() local465 new TestOneByteResource(i::StrDup(c_source), &dispose_count); in THREADED_TEST()525 const char* c_source = "1 + 2 * 3"; in THREADED_TEST() local529 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() local827 TestOneByteResourceWithDisposeControl res_stack(i::StrDup(c_source), false); in TEST()850 new TestOneByteResourceWithDisposeControl(i::StrDup(c_source), true); in TEST()