Home | History | Annotate | Download | only in src

Lines Matching defs:HasSourceCode

12869   if (!shared_info->HasSourceCode()) {
13333 bool SharedFunctionInfo::HasSourceCode() const {
13341 if (!HasSourceCode()) return GetIsolate()->factory()->undefined_value();
13349 if (!HasSourceCode()) return isolate->factory()->undefined_value();
13422 if (!s->HasSourceCode()) return os << "<No Source>";
15875 if (shared->HasSourceCode()) {