Searched defs:this_var (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp986 lldb::VariableSP this_var = vars->FindVariable(ConstString("this")); local
988 if (this_var &&
989 this_var->IsInScope(frame) &&
990 this_var->LocationIsValidForFrame (frame))
992 Type *this_type = this_var->GetType();
/external/chromium_org/v8/src/
H A Dast.h2567 VariableProxy* this_var() const { return this_var_; } function in class:v8::internal::FINAL
2572 SuperReference(Zone* zone, VariableProxy* this_var, int pos, IdGen* id_gen) argument
2573 : Expression(zone, pos, id_gen), this_var_(this_var) {
2574 DCHECK(this_var->is_this());
3525 SuperReference* NewSuperReference(VariableProxy* this_var, int pos) { argument
3527 new (zone_) SuperReference(zone_, this_var, pos, id_gen_);

Completed in 305 milliseconds