Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptCallStackFactory.cpp57 v8::Local<v8::String> sourceNameValue(frame->GetScriptNameOrSourceURL()); in toScriptCallFrame() local
58 if (!sourceNameValue.IsEmpty()) in toScriptCallFrame()
59 sourceName = toCoreString(sourceNameValue); in toScriptCallFrame()