HomeSort by relevance Sort by last modified time
    Searched defs:v8_str (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/translate/content/renderer/
translate_helper.cc 300 v8::Local<v8::String> v8_str = results[0]->ToString(); local
301 int length = v8_str->Utf8Length() + 1;
303 v8_str->WriteUtf8(str.get(), length);
  /external/chromium_org/v8/test/cctest/
cctest.h 344 static inline v8::Local<v8::String> v8_str(const char* x) { function
350 return v8::Script::Compile(v8_str(x));
370 return CompileWithOrigin(source, v8_str(origin_url));
376 return CompileWithOrigin(v8_str(source), v8_str(origin_url));
382 return v8::Script::Compile(v8_str(source))->Run();
395 v8::ScriptCompiler::Source script_source(v8_str(source));
414 v8::ScriptOrigin origin(v8_str(origin_url),
417 v8::ScriptCompiler::Source script_source(v8_str(source), origin);
425 source, v8::ScriptOrigin(v8_str(origin_url)))
    [all...]

Completed in 278 milliseconds