Home
last modified time | relevance | path

Searched refs:this_function_var (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dast.h2600 VariableProxy* this_function_var() const { return this_function_var_; } in this_function_var() function
2606 VariableProxy* this_function_var, int pos) in SuperCallReference() argument
2610 this_function_var_(this_function_var) { in SuperCallReference()
2613 DCHECK(this_function_var->raw_name()->IsOneByteEqualTo(".this_function")); in SuperCallReference()
3290 VariableProxy* this_function_var, in NewSuperCallReference() argument
3293 SuperCallReference(this_var, new_target_var, this_function_var, pos); in NewSuperCallReference()
Dast-traversal-visitor.h577 RECURSE_EXPRESSION(VisitVariableProxy(expr->this_function_var())); in VisitSuperCallReference()
Dscopes.h824 Variable* this_function_var() const { in this_function_var() function
/external/v8/src/interpreter/
Dbytecode-generator.cc1072 VisitThisFunctionVariable(closure_scope()->this_function_var()); in GenerateBytecodeBody()
3710 Register this_function = VisitForRegisterValue(super->this_function_var()); in VisitCallSuper()