Home | History | Annotate | Download | only in cctest

Lines Matching defs:string2

14151   v8::Local<v8::String> string2 = v8::String::NewExternal(resource2);
14153 // We need to add usages for string1 and string2 to avoid warnings in GCC 4.7
14155 CHECK(string2->IsExternal());