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

  /external/v8/src/
scopes.cc 826 Variable* arguments_shadow = local
831 arguments_shadow_->BindTo(arguments_shadow);
832 temps_.Add(arguments_shadow);
843 arguments_shadow->is_accessed_from_inner_scope_ = true;
850 arguments_shadow->var_uses()->RecordUses(var->var_uses());
    [all...]
scopes.h 235 // If arguments() exist, arguments_shadow() exists, too.
239 // If arguments_shadow() exist, arguments() exists, too.
240 VariableProxy* arguments_shadow() const { return arguments_shadow_; } function in class:v8::internal::Scope

Completed in 32 milliseconds