Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dshared-function-info.h219 static const uint16_t kInvalidLength = static_cast<uint16_t>(-1); variable
Dshared-function-info-inl.h432 return length() != kInvalidLength; in HasLength()
/external/v8/src/
Dobjects.cc14263 shared_info->set_length(SharedFunctionInfo::kInvalidLength); in InitFromFunctionLiteral()