Home
last modified time | relevance | path

Searched refs:origin_str (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_http2.cc2821 Local<String> origin_str = args[1]->ToString(env->context()).ToLocalChecked(); in AltSvc() local
2824 if (origin_str.IsEmpty() || value_str.IsEmpty()) in AltSvc()
2827 size_t origin_len = origin_str->Length(); in AltSvc()
2837 origin_str->WriteOneByte(env->isolate(), *origin); in AltSvc()