Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-stack-trace-impl.cc29 v8::Local<v8::String> sourceNameValue(frame->GetScriptNameOrSourceURL()); in toFrame() local
30 if (!sourceNameValue.IsEmpty()) in toFrame()
31 sourceName = toProtocolString(sourceNameValue); in toFrame()