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

/external/v8/include/
H A Dv8.h1752 * kLineOffsetNotFound if no information available.
1757 * kLineOffsetNotFound if no information available.
1763 V8EXPORT static const int kLineOffsetNotFound; member in class:v8::Function
/external/v8/src/
H A Dapi.cc3656 const int Function::kLineOffsetNotFound = -1; member in class:v8::Function
3665 return kLineOffsetNotFound;
3675 return kLineOffsetNotFound;

Completed in 69 milliseconds