Searched refs:sourceNameValue (Results 1 – 1 of 1) sorted by relevance
29 v8::Local<v8::String> sourceNameValue(frame->GetScriptNameOrSourceURL()); in toFrame() local30 if (!sourceNameValue.IsEmpty()) in toFrame()31 sourceName = toProtocolString(sourceNameValue); in toFrame()