Home | History | Annotate | Download | only in heap

Lines Matching refs:HasSourceCode

703 inline static bool HasSourceCode(Heap* heap, SharedFunctionInfo* info) {
753 if (!(shared_info->is_compiled() && HasSourceCode(heap, shared_info))) {