Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dvariables.h122 bool IsStackLocal() const { return location() == VariableLocation::LOCAL; } in IsStackLocal() function
123 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); } in IsStackAllocated()
/third_party/node/deps/v8/src/objects/
Dscope-info.cc126 DCHECK(var->IsStackLocal()); in Create()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2727 DCHECK(class_variable->IsStackLocal() || class_variable->IsContextSlot()); in BuildClassLiteral()