Home
last modified time | relevance | path

Searched refs:RestoreDataForVariable (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpreparse-data.cc698 if (function != nullptr) RestoreDataForVariable(function); in RestoreDataForScope()
701 if (IsSerializableVariableMode(var->mode())) RestoreDataForVariable(var); in RestoreDataForScope()
708 void BaseConsumedPreparseData<Data>::RestoreDataForVariable(Variable* var) { in RestoreDataForVariable() function in v8::internal::BaseConsumedPreparseData
Dpreparse-data-impl.h170 void RestoreDataForVariable(Variable* var);