Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dcustom-preview.cc302 v8::Local<v8::Function> headerFunction = headerValue.As<v8::Function>(); in generateCustomPreview() local
306 if (!headerFunction->Call(context, formatter, 2, args) in generateCustomPreview()