Home
last modified time | relevance | path

Searched refs:is_this (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dvariables.h180 bool is_this() const { return kind() == THIS_VARIABLE; } in is_this() function
Dast.cc169 DCHECK(!var->is_this()); in VariableProxy()
Dscopes.cc2398 if (inner_scope_calls_eval_ && !var->is_this()) var->SetMaybeAssigned(); in MustAllocate()
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc985 DCHECK(var->is_this() || in SetLocalVariableValue()
994 if (var->is_this()) return false; in SetLocalVariableValue()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3681 if (variable->is_this()) { in BuildThrowIfHole()
3692 if (variable->is_this() && variable->mode() == VariableMode::kConst && in BuildHoleCheckForVariableAssignment()