Searched refs:potential_caller (Results 1 – 1 of 1) sorted by relevance
1277 JSFunction* potential_caller = caller; in FindCaller() local1278 while (potential_caller != NULL && potential_caller->IsBuiltin()) { in FindCaller()1279 caller = potential_caller; in FindCaller()1280 potential_caller = it.next(); in FindCaller()1282 if (!caller->shared()->native() && potential_caller != NULL) { in FindCaller()1283 caller = potential_caller; in FindCaller()