Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1132 MessageLocation computed_location; in Throw() local
1134 if (location == NULL && ComputeLocation(&computed_location)) { in Throw()
1135 location = &computed_location; in Throw()
1636 MessageLocation computed_location; in Throw() local
1638 (ComputeLocationFromException(&computed_location, exception) || in Throw()
1639 ComputeLocationFromStackTrace(&computed_location, exception) || in Throw()
1640 ComputeLocation(&computed_location))) { in Throw()
1641 location = &computed_location; in Throw()