Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner.cc461 value = &source_url_; in TryToParseSourceURLComment()
1066 if (source_url_.length() > 0) { in SourceUrl()
1067 DCHECK(source_url_.is_used()); in SourceUrl()
1068 tmp = source_url_.Internalize(isolate); in SourceUrl()
Dscanner.h785 LiteralBuffer source_url_; variable