Home | History | Annotate | Download | only in src

Lines Matching defs:HasSourceCode

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