Searched defs:IsStackLocal (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dvariables.h95 bool IsStackLocal() const { return location_ == LOCAL; } function in class:v8::internal::Variable
96 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); }

Completed in 88 milliseconds