Home
last modified time | relevance | path

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

/external/v8/src/
Dmark-compact.cc567 inline static bool HasSourceCode(Heap* heap, SharedFunctionInfo* info) { in HasSourceCode() function in v8::internal::StaticMarkingVisitor
612 if (!(shared_info->is_compiled() && HasSourceCode(heap, shared_info))) { in IsFlushable()
Dobjects.cc5865 bool SharedFunctionInfo::HasSourceCode() { in HasSourceCode() function in v8::internal::SharedFunctionInfo
5873 if (!HasSourceCode()) return isolate->heap()->undefined_value(); in GetSourceCode()
6006 if (!HasSourceCode()) { in SourceCodePrint()
8505 if (shared->HasSourceCode()) { in StringSharedHashHelper()
Ddebug.cc199 if (debug_info_->shared()->HasSourceCode()) { in Next()
Dobjects.h4341 bool HasSourceCode();