Home
last modified time | relevance | path

Searched defs:kLineOffsetNotFound (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-function.h117 static const int kLineOffsetNotFound; variable
/third_party/node/deps/v8/src/api/
Dapi.cc5388 const int Function::kLineOffsetNotFound = -1; member in v8::Function