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

1 2

  /external/v8/src/
d8-posix.cc 179 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
198 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
239 String::NewFromUtf8(args.GetIsolate(),
252 String::NewFromUtf8(args.GetIsolate(),
300 String::NewFromUtf8(isolate, strerror(err), NewStringType::kNormal)
321 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal)
337 String::NewFromUtf8(isolate, "Timed out waiting for output",
352 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length)
401 String::NewFromUtf8(isolate,
415 String::NewFromUtf8(isolate, message, NewStringType::kNormal
    [all...]
d8.cc 172 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
699 String::NewFromUtf8(isolate, "", NewStringType::kNormal).ToLocalChecked();
714 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length)
720 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal,
725 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal,
747 String::NewFromUtf8(args.GetIsolate(), *file,
902 String::NewFromUtf8(args.GetIsolate(), V8::GetVersion(),
    [all...]
  /external/v8/src/extensions/
externalize-string-extension.cc 62 v8::String::NewFromUtf8(
77 v8::String::NewFromUtf8(
88 v8::String::NewFromUtf8(args.GetIsolate(),
118 v8::String::NewFromUtf8(args.GetIsolate(),
130 v8::String::NewFromUtf8(
statistics-extension.cc 31 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal)
43 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal)
54 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal)
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 26 v8::String::NewFromUtf8( \
60 context->Global()->Set(v8::String::NewFromUtf8(
79 v8::String::NewFromUtf8(
92 v8::String::NewFromUtf8(
105 v8::String::NewFromUtf8(
124 v8::String::NewFromUtf8(
146 v8::String::NewFromUtf8(
182 v8::String::NewFromUtf8(
204 v8::String::NewFromUtf8(
230 v8::String::NewFromUtf8(
    [all...]
DrawingMethods.cpp 54 v8::String::NewFromUtf8(
71 v8::String::NewFromUtf8(
99 v8::String::NewFromUtf8(
148 tmpl->Set(v8::String::NewFromUtf8( \
157 tmpl->SetAccessor(v8::String::NewFromUtf8(
160 tmpl->SetAccessor(v8::String::NewFromUtf8(
Global.cpp 107 v8::String::NewFromUtf8(
182 global->Set(v8::String::NewFromUtf8(fIsolate, "print"),
184 global->Set(v8::String::NewFromUtf8(fIsolate, "setTimeout"),
186 global->Set(v8::String::NewFromUtf8(fIsolate, "inval"),
224 v8::Handle<v8::String> source = v8::String::NewFromUtf8(fIsolate, script);
JsContext.cpp 121 v8::Handle<v8::String> fn_name = v8::String::NewFromUtf8(
  /external/v8/samples/
shell.cc 123 v8::String::NewFromUtf8(isolate, "print", v8::NewStringType::kNormal)
127 global->Set(v8::String::NewFromUtf8(
131 global->Set(v8::String::NewFromUtf8(
135 global->Set(v8::String::NewFromUtf8(
140 v8::String::NewFromUtf8(isolate, "version", v8::NewStringType::kNormal)
175 v8::String::NewFromUtf8(args.GetIsolate(), "Bad parameters",
182 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file",
189 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file",
206 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file",
213 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file"
    [all...]
process.cc 174 global->Set(String::NewFromUtf8(GetIsolate(), "log", NewStringType::kNormal)
201 String::NewFromUtf8(GetIsolate(), "Process", NewStringType::kNormal)
267 String::NewFromUtf8(GetIsolate(), "options", NewStringType::kNormal)
275 String::NewFromUtf8(GetIsolate(), "output", NewStringType::kNormal)
405 String::NewFromUtf8(info.GetIsolate(), value.c_str(),
504 String::NewFromUtf8(info.GetIsolate(), path.c_str(),
516 String::NewFromUtf8(info.GetIsolate(), path.c_str(),
527 String::NewFromUtf8(info.GetIsolate(), path.c_str(),
539 String::NewFromUtf8(info.GetIsolate(), path.c_str(),
554 String::NewFromUtf8(isolate, "path", NewStringType::kInternalized
    [all...]
hello-world.cc 52 String::NewFromUtf8(isolate, "'Hello' + ', World!'",
  /external/v8/test/cctest/
trace-extension.cc 47 if (name->Equals(context, v8::String::NewFromUtf8(isolate, "trace",
53 v8::String::NewFromUtf8(isolate, "js_trace",
59 v8::String::NewFromUtf8(isolate, "js_entry_sp",
65 v8::String::NewFromUtf8(isolate, "js_entry_sp_level2",
test-decls.cc 153 String::NewFromUtf8(CcTest::isolate(), source, v8::NewStringType::kNormal)
514 context_, String::NewFromUtf8(context_->GetIsolate(), source,
826 String::NewFromUtf8(CcTest::isolate(), "undefined",
830 String::NewFromUtf8(CcTest::isolate(), "number",
903 String::NewFromUtf8(CcTest::isolate(), "undefined",
907 String::NewFromUtf8(CcTest::isolate(), "number",
    [all...]
cctest.h 322 return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), x,
330 return v8::String::NewFromUtf8(isolate, x, v8::NewStringType::kNormal)
395 v8::String::NewFromUtf8(isolate, source, v8::NewStringType::kNormal)
test-log.cc 319 v8::String::NewFromUtf8(CcTest::isolate(), "issue-23768-test",
501 v8::String::NewFromUtf8(isolate, log.start(),
511 v8::String::NewFromUtf8(isolate, source.start(),
  /external/pdfium/xfa/src/fxjse/src/
context.cpp 79 v8::String::NewFromUtf8(pIsolate, "name"));
83 hReturnValue->Set(0, v8::String::NewFromUtf8(pIsolate, "Error"));
86 v8::String::NewFromUtf8(pIsolate, "message"));
93 hReturnValue->Set(0, v8::String::NewFromUtf8(pIsolate, "Error"));
197 v8::String::NewFromUtf8(m_pIsolate, szScript);
219 v8::Script::Compile(v8::String::NewFromUtf8(
class.cpp 36 v8::String::NewFromUtf8(pIsolate, lpFunctions[i].name),
222 info.GetReturnValue().Set(v8::String::NewFromUtf8(
249 v8::String::NewFromUtf8(pIsolate, lpClassDefinition->name));
258 v8::String::NewFromUtf8(pIsolate,
274 v8::String::NewFromUtf8(pIsolate, lpClassDefinition->methods[i].name),
285 v8::String::NewFromUtf8(pIsolate, lpClassDefinition->name),
295 ->Set(v8::String::NewFromUtf8(pIsolate, lpClassDefinition->name),
304 v8::String::NewFromUtf8(pIsolate, "toString"),
dynprop.cpp 62 1, v8::String::NewFromUtf8(
178 v8::String::NewFromUtf8(pIsolate, "get"),
183 v8::String::NewFromUtf8(pIsolate, "set"),
187 hPropDescriptor->ForceSet(v8::String::NewFromUtf8(pIsolate, "enumerable"),
189 hPropDescriptor->ForceSet(v8::String::NewFromUtf8(pIsolate, "configurable"),
198 v8::Local<v8::Script> fnSource = v8::Script::Compile(v8::String::NewFromUtf8(
237 if (!hPropDescriptor->Has(v8::String::NewFromUtf8(pIsolate, "value"))) {
241 hPropDescriptor->Get(v8::String::NewFromUtf8(pIsolate, "value"));
371 i, v8::String::NewFromUtf8(pIsolate, lpClass->properties[i].name));
388 ->Get(v8::String::NewFromUtf8(pIsolate, "Proxy"))
    [all...]
value.cpp 246 v8::Local<v8::String> hMessage = v8::String::NewFromUtf8(
262 v8::String::NewFromUtf8(pIsolate, "name"),
263 v8::String::NewFromUtf8(pIsolate, utf8Name.GetCStr(),
364 v8::String::NewFromUtf8(m_pIsolate, szPropName.GetCStr(),
378 hObject.As<v8::Object>()->Get(v8::String::NewFromUtf8(
415 hObject.As<v8::Object>()->Delete(v8::String::NewFromUtf8(
428 v8::Local<v8::String> hKey = v8::String::NewFromUtf8(
445 v8::String::NewFromUtf8(m_pIsolate, szPropName.GetCStr(),
467 v8::String::NewFromUtf8(m_pIsolate,
value.h 180 v8::Local<v8::Value> hValue = v8::String::NewFromUtf8(
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 202 v8::String::NewFromUtf8(pIsolate, bsMethodName.c_str(),
220 v8::String::NewFromUtf8(pIsolate, bsPropertyName.c_str(),
258 v8::String::NewFromUtf8(pIsolate, bsMethodName.c_str(),
270 v8::String::NewFromUtf8(pIsolate, bsConst.c_str(),
314 v8::String::NewFromUtf8(pIsolate, bs.c_str(),
400 context, v8::String::NewFromUtf8(
477 v8::String::NewFromUtf8(pIsolate, utf8_message.c_str(),
552 return v8::String::NewFromUtf8(pIsolate, bs.c_str(),
  /external/v8/test/cctest/heap/
test-alloc.cc 164 ->Set(env, v8::String::NewFromUtf8(CcTest::isolate(), "Foo",
172 env, v8::String::NewFromUtf8(CcTest::isolate(), "(new Foo).get",
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 290 context->Global()->Get(v8::String::NewFromUtf8(
321 v8::String::NewFromUtf8(pIsolate, name, v8::String::kNormalString,
  /external/v8/tools/
parser-shell.cc 78 source_handle = v8::String::NewFromUtf8(
  /external/v8/test/cctest/interpreter/
bytecode-expectations-printer.cc 37 return v8::String::NewFromUtf8(isolate_, data, v8::NewStringType::kNormal)

Completed in 434 milliseconds

1 2