Home
last modified time | relevance | path

Searched refs:IsContextSlot (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dvariables.h79 DCHECK(IsUnallocated() || IsContextSlot() || IsLookupSlot() || in ForceContextAllocation()
124 bool IsContextSlot() const { return location() == VariableLocation::CONTEXT; } in IsContextSlot() function
Dscopes.cc2480 DCHECK(var->IsUnallocated() || var->IsContextSlot()); in AllocateParameter()
2736 function != nullptr && function->IsContextSlot(); in ContextLocalCount()
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc884 DCHECK(var->IsContextSlot()); in VisitLocals()
1032 DCHECK(var->IsContextSlot()); in SetLocalVariableValue()
Dliveedit.cc664 if (!var->IsContextSlot()) continue; in HasChangedScope()
668 if (!var->IsContextSlot()) continue; in HasChangedScope()
/third_party/node/deps/v8/src/objects/
Dscope-info.cc90 } else if (var->IsContextSlot()) { in Create()
123 } else if (var->IsContextSlot()) { in Create()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2711 DCHECK(home_object_variable->IsContextSlot()); in BuildClassLiteral()
2718 DCHECK(static_home_object_variable->IsContextSlot()); in BuildClassLiteral()
2727 DCHECK(class_variable->IsStackLocal() || class_variable->IsContextSlot()); in BuildClassLiteral()
3050 DCHECK(home_object->IsContextSlot()); in VisitObjectLiteral()
6861 if (scope->has_this_declaration() && scope->receiver()->IsContextSlot()) { in BuildLocalActivationContextInitialization()
6874 if (!variable->IsContextSlot()) continue; in BuildLocalActivationContextInitialization()
6902 DCHECK(scope->catch_variable()->IsContextSlot()); in BuildNewLocalCatchContext()
6921 DCHECK(variable->IsContextSlot() || variable->IsStackAllocated()); in VisitArgumentsObject()
6935 DCHECK(rest->IsContextSlot() || rest->IsStackAllocated()); in VisitRestArgumentsArray()