Home
last modified time | relevance | path

Searched refs:headerValue (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/undici/src/lib/mock/
H A Dmock-utils.js34 Object.entries(headers).map(([headerName, headerValue]) => {
35 return [headerName.toLocaleLowerCase(), headerValue]
85 const headerValue = getHeaderByName(headers, matchHeaderName)
87 if (!matchValue(matchHeaderValue, headerValue)) {
/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc293 v8::Local<v8::Value> headerValue; in generateCustomPreview() local
294 if (!formatter->Get(context, headerLiteral).ToLocal(&headerValue)) { in generateCustomPreview()
298 if (!headerValue->IsFunction()) { in generateCustomPreview()
302 v8::Local<v8::Function> headerFunction = headerValue.As<v8::Function>(); in generateCustomPreview()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h4711 uint32_t headerValue(unsigned char c) {
4802 uint32_t value = headerValue(c);
/third_party/libabigail/tests/lib/
H A Dcatch.hpp15462 uint32_t headerValue(unsigned char c) {
15575 uint32_t value = headerValue(c);

Completed in 27 milliseconds