Home | History | Annotate | Download | only in samples

Lines Matching refs:NewFromUtf8

164   global->Set(String::NewFromUtf8(GetIsolate(), "log"),
189 Handle<String> process_name = String::NewFromUtf8(GetIsolate(), "Process");
248 context->Global()->Set(String::NewFromUtf8(GetIsolate(), "options"),
252 context->Global()->Set(String::NewFromUtf8(GetIsolate(), "output"),
376 info.GetReturnValue().Set(String::NewFromUtf8(
472 info.GetReturnValue().Set(String::NewFromUtf8(
483 info.GetReturnValue().Set(String::NewFromUtf8(
493 info.GetReturnValue().Set(String::NewFromUtf8(
504 info.GetReturnValue().Set(String::NewFromUtf8(
519 String::NewFromUtf8(isolate, "path", String::kInternalizedString),
522 String::NewFromUtf8(isolate, "referrer", String::kInternalizedString),
525 String::NewFromUtf8(isolate, "host", String::kInternalizedString),
528 String::NewFromUtf8(isolate, "userAgent", String::kInternalizedString),
610 String::NewFromUtf8(isolate, chars, String::kNormalString, size);