Searched refs:HasSourceCode (Results 1 – 4 of 4) sorted by relevance
567 inline static bool HasSourceCode(Heap* heap, SharedFunctionInfo* info) { in HasSourceCode() function in v8::internal::StaticMarkingVisitor612 if (!(shared_info->is_compiled() && HasSourceCode(heap, shared_info))) { in IsFlushable()
5865 bool SharedFunctionInfo::HasSourceCode() { in HasSourceCode() function in v8::internal::SharedFunctionInfo5873 if (!HasSourceCode()) return isolate->heap()->undefined_value(); in GetSourceCode()6006 if (!HasSourceCode()) { in SourceCodePrint()8505 if (shared->HasSourceCode()) { in StringSharedHashHelper()
199 if (debug_info_->shared()->HasSourceCode()) { in Next()
4341 bool HasSourceCode();