Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobjects-visiting-inl.h559 inline static bool HasSourceCode(Heap* heap, SharedFunctionInfo* info) { in HasSourceCode() function
604 if (!(shared_info->is_compiled() && HasSourceCode(heap, shared_info))) { in IsFlushable()
/external/v8/src/
Dobjects-printer.cc947 if (HasSourceCode()) { in SharedFunctionInfoPrint()
Dobjects.cc12666 if (!shared_info->HasSourceCode()) { in ToString()
13079 bool SharedFunctionInfo::HasSourceCode() const { in HasSourceCode() function in v8::internal::SharedFunctionInfo
13087 if (!HasSourceCode()) return GetIsolate()->factory()->undefined_value(); in GetSourceCode()
13159 if (!s->HasSourceCode()) return os << "<No Source>"; in operator <<()
15822 if (shared->HasSourceCode()) { in StringSharedHashHelper()
Dobjects.h7072 bool HasSourceCode() const;
/external/v8/src/debug/
Ddebug.cc87 if (debug_info_->shared()->HasSourceCode()) { in ReturnPosition()