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

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

Completed in 27 milliseconds