Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-script.cc226 if (script->SourceURL().ToLocal(&sourceURL) && sourceURL->Length() > 0) in GetScriptURL()
245 script->SourceURL().ToLocal(&tmp) && tmp->Length() > 0; in Initialize()
Dv8-profiler-agent-impl.cc378 if (script->SourceURL().ToLocal(&name) && name->Length()) { in coverageToProtocol()
447 if (script->SourceURL().ToLocal(&name) && name->Length()) { in typeProfileToProtocol()
/external/v8/src/debug/
Ddebug-interface.h120 MaybeLocal<String> SourceURL() const;
/external/v8/src/
Dapi.cc9241 MaybeLocal<String> debug::Script::SourceURL() const { in SourceURL() function in v8::debug::Script