Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Dlabel.cc49 // computed_location if necessary. The input_value is used only for generating
52 const SourceDir& computed_location, in ComputeTargetNameFromDep()
62 const std::string& loc = computed_location.value(); in ComputeTargetNameFromDep()
51 ComputeTargetNameFromDep(const Value& input_value, const SourceDir& computed_location, std::string_view input, StringAtom* result, Err* err) ComputeTargetNameFromDep() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.cc1811 MessageLocation computed_location; in ThrowInternal() local
1813 if (location == nullptr && ComputeLocation(&computed_location)) { in ThrowInternal()
1814 location = &computed_location; in ThrowInternal()
2458 MessageLocation computed_location; in ThrowInternal() local
2460 (ComputeLocationFromException(&computed_location, exception) || in ThrowInternal()
2461 ComputeLocationFromSimpleStackTrace(&computed_location, exception) || in ThrowInternal()
2462 ComputeLocation(&computed_location))) { in ThrowInternal()
2463 location = &computed_location; in ThrowInternal()
2480 MessageLocation computed_location; in ThrowInternal() local
2481 if (ComputeLocationFromException(&computed_location, exceptio in ThrowInternal()
[all...]

Completed in 13 milliseconds