Home | History | Annotate | Download | only in cctest

Lines Matching full:c_source

156   const char* c_source = "1 + 2 + 3";
157 Local<String> source = String::New(c_source);
320 const char* c_source = "1 + 2 + 3";
321 Local<String> source = String::New(c_source);
387 const char* c_source = "1 + 2 * 3";
388 uint16_t* two_byte_source = AsciiToTwoByteString(c_source);
412 const char* c_source = "1 + 2 * 3";
417 String::NewExternal(new TestAsciiResource(i::StrDup(c_source),
460 const char* c_source = "1 + 2 * 3";
464 Local<String> source = v8_str(c_source);
469 new TestAsciiResource(i::StrDup(c_source), &dispose_count));
666 const char* c_source = "1 + 2 * 3";
671 TestAsciiResourceWithDisposeControl res_stack(i::StrDup(c_source), false);
692 new TestAsciiResourceWithDisposeControl(i::StrDup(c_source), true);
11655 const char* c_source =
11658 Local<String> source = String::New(c_source);
11668 const char* c_source =
11671 Local<String> source = String::New(c_source);
11776 const char* c_source =
11783 Local<String> source = String::New(c_source);
12091 const char* c_source =
12094 Local<String> source = String::New(c_source);