Home | History | Annotate | Download | only in cctest

Lines Matching defs:string1

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