Searched refs:CollectUsedVariables (Results 1 – 4 of 4) sorted by relevance
452 void Scope::CollectUsedVariables(List<Variable*, Allocator>* locals) { in CollectUsedVariables() function in v8::internal::Scope475 template void Scope::CollectUsedVariables(477 template void Scope::CollectUsedVariables(479 template void Scope::CollectUsedVariables(
280 void CollectUsedVariables(List<Variable*, Allocator>* locals);
79 scope->CollectUsedVariables(&locals); in ScopeInfo()
769 outer_scope->CollectUsedVariables(&list); in SerializeFunctionScope()