OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:potential_caller
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
accessors.cc
753
JSFunction*
potential_caller
= caller;
local
754
while (
potential_caller
!= NULL &&
potential_caller
->IsBuiltin()) {
755
caller =
potential_caller
;
756
potential_caller
= it.next();
/external/chromium_org/v8/src/
accessors.cc
880
JSFunction*
potential_caller
= caller;
local
881
while (
potential_caller
!= NULL &&
potential_caller
->IsBuiltin()) {
882
caller =
potential_caller
;
883
potential_caller
= it.next();
885
if (!caller->shared()->native() &&
potential_caller
!= NULL) {
886
caller =
potential_caller
;
Completed in 468 milliseconds