HomeSort by relevance Sort by last modified time
    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 761 JSFunction* potential_caller = caller; local
762 while (potential_caller != NULL && potential_caller->IsBuiltin()) {
763 caller = potential_caller;
764 potential_caller = it.next();
766 if (!caller->shared()->native() && potential_caller != NULL) {
767 caller = potential_caller;

Completed in 395 milliseconds