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

  /external/v8/src/
d8-posix.cc 170 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
189 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
230 String::NewFromUtf8(args.GetIsolate(),
243 String::NewFromUtf8(args.GetIsolate(),
291 String::NewFromUtf8(isolate, strerror(err), NewStringType::kNormal)
312 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal)
328 String::NewFromUtf8(isolate, "Timed out waiting for output",
343 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length)
392 String::NewFromUtf8(isolate,
406 String::NewFromUtf8(isolate, message, NewStringType::kNormal
    [all...]
d8.cc 243 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
298 String::NewFromUtf8(isolate, json_str, NewStringType::kNormal)
368 String::NewFromUtf8(isolate, property, NewStringType::kNormal)
752 String::NewFromUtf8(isolate, file_name.c_str(), NewStringType::kNormal)
837 String::NewFromUtf8(isolate, "url", NewStringType::kNormal)
839 Local<String> url = String::NewFromUtf8(isolate, specifier_it->second.c_str(),
    [all...]
async-hooks-wrapper.cc 51 String::NewFromUtf8(
94 String::NewFromUtf8(isolate, "Invalid arguments passed to createHook",
108 String::NewFromUtf8(isolate, #name, NewStringType::kNormal) \
195 String::NewFromUtf8(isolate_, "AsyncHook", NewStringType::kNormal)
202 String::NewFromUtf8(isolate_, "enable", v8::NewStringType::kNormal)
206 String::NewFromUtf8(isolate_, "disable", v8::NewStringType::kNormal)
261 String::NewFromUtf8(hooks->isolate_, "PROMISE",
d8-console.cc 54 v8::String::NewFromUtf8(isolate_, "console.assert failed",
api.cc     [all...]
  /external/v8/src/extensions/
externalize-string-extension.cc 64 v8::String::NewFromUtf8(
79 v8::String::NewFromUtf8(
90 v8::String::NewFromUtf8(args.GetIsolate(),
113 v8::String::NewFromUtf8(args.GetIsolate(),
125 v8::String::NewFromUtf8(
statistics-extension.cc 31 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal)
42 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal)
54 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal)
  /external/v8/samples/
shell.cc 112 v8::String::NewFromUtf8(isolate, "print", v8::NewStringType::kNormal)
116 global->Set(v8::String::NewFromUtf8(
120 global->Set(v8::String::NewFromUtf8(
124 global->Set(v8::String::NewFromUtf8(
129 v8::String::NewFromUtf8(isolate, "version", v8::NewStringType::kNormal)
164 v8::String::NewFromUtf8(args.GetIsolate(), "Bad parameters",
171 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file",
178 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file",
195 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file",
202 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file"
    [all...]
process.cc 186 global->Set(String::NewFromUtf8(GetIsolate(), "log", NewStringType::kNormal)
213 String::NewFromUtf8(GetIsolate(), "Process", NewStringType::kNormal)
280 String::NewFromUtf8(GetIsolate(), "options", NewStringType::kNormal)
288 String::NewFromUtf8(GetIsolate(), "output", NewStringType::kNormal)
417 String::NewFromUtf8(info.GetIsolate(), value.c_str(),
516 String::NewFromUtf8(info.GetIsolate(), path.c_str(),
528 String::NewFromUtf8(info.GetIsolate(), path.c_str(),
539 String::NewFromUtf8(info.GetIsolate(), path.c_str(),
551 String::NewFromUtf8(info.GetIsolate(), path.c_str(),
566 String::NewFromUtf8(isolate, "path", NewStringType::kInternalized
    [all...]
hello-world.cc 40 v8::String::NewFromUtf8(isolate, "'Hello' + ', World!'",
80 v8::String::NewFromUtf8(isolate, csource, v8::NewStringType::kNormal)
  /external/pdfium/fxjs/
cfxjse_context.cpp 55 v8::String::NewFromUtf8(pIsolate, "name"));
59 hReturnValue->Set(0, v8::String::NewFromUtf8(pIsolate, "Error"));
62 v8::String::NewFromUtf8(pIsolate, "message"));
68 hReturnValue->Set(0, v8::String::NewFromUtf8(pIsolate, "Error"));
178 v8::String::NewFromUtf8(pIsolate, "global", v8::NewStringType::kNormal)
233 v8::String::NewFromUtf8(m_pIsolate, szScript);
254 v8::Local<v8::Script> hWrapper = v8::Script::Compile(v8::String::NewFromUtf8(
cfxjse_runtimedata.cpp 31 v8::String::NewFromUtf8(pIsolate, "global", v8::NewStringType::kNormal)
cfxjse_class.cpp 63 info.GetReturnValue().Set(v8::String::NewFromUtf8(
90 v8::MaybeLocal<v8::String> str = v8::String::NewFromUtf8(
125 1, v8::String::NewFromUtf8(
248 v8::String::NewFromUtf8(pIsolate, lpClassDefinition->name));
262 v8::String::NewFromUtf8(pIsolate, lpClassDefinition->methods[i].name),
274 hObjectTemplate->Set(v8::String::NewFromUtf8(pIsolate, "toString"), fun);
cfxjse_value.cpp 60 v8::Local<v8::String> hMessage = v8::String::NewFromUtf8(
130 v8::String::NewFromUtf8(m_pIsolate, szPropName.unterminated_c_str(),
146 hObject.As<v8::Object>()->Get(v8::String::NewFromUtf8(
186 hObject.As<v8::Object>()->Delete(v8::String::NewFromUtf8(
200 v8::Local<v8::String> hKey = v8::String::NewFromUtf8(
224 v8::String::NewFromUtf8(m_pIsolate, szPropName.unterminated_c_str(),
250 v8::String::NewFromUtf8(m_pIsolate,
423 v8::Local<v8::Value> hValue = v8::String::NewFromUtf8(
cjs_runtime.cpp 239 v8::String::NewFromUtf8(GetIsolate(), utf8Name.unterminated_c_str(),
262 v8::String::NewFromUtf8(pIsolate, utf8Name.unterminated_c_str(),
JS_Define.cpp 221 ->Get(context, v8::String::NewFromUtf8(pIsolate, "Date",
227 v = o->Get(context, v8::String::NewFromUtf8(pIsolate, "parse",
cjs_v8.cpp 117 return v8::String::NewFromUtf8(pIsolate, str.unterminated_c_str(),
fxjs_v8.cpp 88 v8::String::NewFromUtf8(isolate, "global", v8::NewStringType::kNormal)
138 v8::String::NewFromUtf8(pIsolate, "global", v8::NewStringType::kNormal)
  /external/v8/src/interpreter/
interpreter.cc 284 v8::String::NewFromUtf8(isolate, to_name.c_str(),
296 v8::String::NewFromUtf8(isolate, from_name.c_str(),
  /external/v8/src/snapshot/
mksnapshot.cc 287 if (!v8::String::NewFromUtf8(isolate, utf8_source, v8::NewStringType::kNormal)
292 v8::String::NewFromUtf8(isolate, name, v8::NewStringType::kNormal)
  /external/v8/src/inspector/
string-util.cc 36 return v8::String::NewFromUtf8(isolate, str, v8::NewStringType::kInternalized)
injected-script.cc 315 isolate, v8::String::NewFromUtf8(isolate, privateKeyName,
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 172 return v8::String::NewFromUtf8(isolate, s.data(), v8::String::kNormalString, s.size());
186 return v8::String::NewFromUtf8(isolate, ascii, v8::String::kNormalString, length);
  /external/v8/include/
v8.h     [all...]

Completed in 611 milliseconds