Searched refs:HasSourceCode (Results 1 – 7 of 7) sorted by relevance
323 bool SharedFunctionInfo::HasSourceCode() const { in HasSourceCode() function in v8::internal::SharedFunctionInfo396 if (!shared->HasSourceCode()) return isolate->factory()->undefined_value(); in GetSourceCode()407 if (!shared->HasSourceCode()) return isolate->factory()->undefined_value(); in GetSourceCodeHarmony()440 if (!s.HasSourceCode()) return os << "<No Source>"; in operator <<()
38 if (shared.HasSourceCode()) { in StringSharedHash()
534 bool HasSourceCode() const;
1221 if (!shared_info->HasSourceCode()) { in ToString()
336 if (!shared->HasSourceCode()) return; in LogWriteDebugInfo()
655 if (fun_info.HasSourceCode()) { in JSGeneratorObjectPrint()1591 if (HasSourceCode()) { in PrintSourceCode()
580 if (!function->shared().HasSourceCode()) { in SerializeFunctionInfo()