HomeSort by relevance Sort by last modified time
    Searched refs:MustAllocate (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scopes.cc 733 bool Scope::MustAllocate(Variable* var) {
785 if (MustAllocate(arguments) && !HasArgumentsParameter()) {
838 if (MustAllocate(var)) {
863 if (MustAllocate(var)) {
893 if (var->rewrite_ == NULL && MustAllocate(var)) {
    [all...]
scopes.h 368 bool MustAllocate(Variable* var);

Completed in 60 milliseconds