Searched refs:kLineNumber (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/
H A Dtracked_objects_unittest.cc18 const int kLineNumber = 1776; variable
85 EXPECT_EQ(kLineNumber,
169 Location location(kFunction, kFile, kLineNumber, NULL);
224 EXPECT_EQ(kLineNumber,
380 Location location(kFunction, kFile, kLineNumber, NULL);
402 Location location(kFunction, kFile, kLineNumber, NULL);
423 Location location(kFunction, kFile, kLineNumber, NULL);
436 Location location(kFunction, kFile, kLineNumber, NULL);
449 Location location(kFunction, kFile, kLineNumber, NULL);
478 Location location(kFunction, kFile, kLineNumber, NUL
[all...]
/external/v8/include/
H A Dv8.h1508 kLineNumber = 1, enumerator in enum:v8::StackTrace::StackTraceOptions
1509 kColumnOffset = 1 << 1 | kLineNumber,
1517 kOverview = kLineNumber | kColumnOffset | kScriptName | kFunctionName,
1558 * retrieve the line number, or if kLineNumber was not passed as an option
/external/v8/src/
H A Disolate.cc512 if (options & StackTrace::kLineNumber) {

Completed in 104 milliseconds