HomeSort by relevance Sort by last modified time
    Searched refs:NewFromUtf8 (Results 26 - 35 of 35) sorted by null

12

  /external/v8/test/cctest/
test-func-name-inference.cc 99 v8::String::NewFromUtf8(isolate, src, v8::NewStringType::kNormal)
test-accessors.cc 272 v8::String::NewFromUtf8(info.GetIsolate(), "foo",
276 info.GetReturnValue().Set(v8::String::NewFromUtf8(info.GetIsolate(), "foo",
test-strings.cc 882 int len = v8::String::NewFromUtf8(CcTest::isolate(), one_byte_string,
    [all...]
test-api.cc     [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 174 return v8::String::NewFromUtf8(isolate, s.data(), v8::String::kNormalString, s.size());
188 return v8::String::NewFromUtf8(isolate, ascii, v8::String::kNormalString, length);
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 801 ->Get(context, v8::String::NewFromUtf8(pIsolate, "Date",
807 v = o->Get(context, v8::String::NewFromUtf8(pIsolate, "parse",
  /external/v8/src/interpreter/
interpreter.cc 249 v8::String::NewFromUtf8(isolate, to_name.c_str(),
261 v8::String::NewFromUtf8(isolate, from_name.c_str(),
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
  /external/v8/src/
api.cc 366 if (!String::NewFromUtf8(isolate, utf8_source, NewStringType::kNormal)
371 String::NewFromUtf8(isolate, name, NewStringType::kNormal)
    [all...]

Completed in 684 milliseconds

12