Searched refs:MustAllocate (Results 1 – 2 of 2) sorted by relevance
732 bool Scope::MustAllocate(Variable* var) { in MustAllocate() function in v8::internal::Scope784 if (MustAllocate(arguments) && !HasArgumentsParameter()) { in AllocateParameterLocals()837 if (MustAllocate(var)) { in AllocateParameterLocals()862 if (MustAllocate(var)) { in AllocateParameterLocals()892 if (var->rewrite_ == NULL && MustAllocate(var)) { in AllocateNonParameterLocal()
363 bool MustAllocate(Variable* var);