Lines Matching full:cstring
11509 const char* cstring = "function foo(a) { return a+1; }";11512 v8::ScriptData::PreCompile(cstring, i::StrLength(cstring));11514 TestAsciiResource* resource = new TestAsciiResource(cstring);11519 v8::String::New(cstring));