Home
last modified time | relevance | path

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

/external/v8/src/
Daccessors.cc1277 JSFunction* potential_caller = caller; in FindCaller() local
1278 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()