Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.cc124 home_object_variable->ForceContextAllocation(); in DeclareHomeObjectVariable()
138 static_home_object_variable->ForceContextAllocation(); in DeclareStaticHomeObjectVariable()
1618 var->ForceContextAllocation(); in CollectNonLocals()
2130 var->ForceContextAllocation(); in Lookup()
2204 var->ForceContextAllocation(); in LookupWith()
2355 var->ForceContextAllocation(); in ResolvePreparsedVariable()
2470 var->ForceContextAllocation(); in AllocateParameterLocals()
2850 result->ForceContextAllocation(); in DeclarePrivateName()
3062 brand->ForceContextAllocation(); in DeclareBrandVariable()
Dvariables.h78 void ForceContextAllocation() { in ForceContextAllocation() function
Dscopes.h1221 GetReceiverScope()->receiver()->ForceContextAllocation();
/third_party/node/deps/v8/src/parsing/
Dpreparse-data.cc692 var->ForceContextAllocation(); in RestoreDataForScope()
738 var->ForceContextAllocation(); in RestoreDataForVariable()
Dparser-base.h1126 var->ForceContextAllocation(); in UseThis()
4829 class_scope->class_variable()->ForceContextAllocation(); in ParseClassLiteral()
Dparser.cc3135 proxy->var()->ForceContextAllocation(); in CreateSyntheticContextVariable()