Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2576 VariableProxy* this_var() const { return this_var_; } in this_var() function
2582 SuperPropertyReference(VariableProxy* this_var, Expression* home_object, in SuperPropertyReference()
2598 VariableProxy* this_var() const { return this_var_; } in this_var() function
2605 SuperCallReference(VariableProxy* this_var, VariableProxy* new_target_var, in SuperCallReference()
3282 SuperPropertyReference* NewSuperPropertyReference(VariableProxy* this_var, in NewSuperPropertyReference()
3288 SuperCallReference* NewSuperCallReference(VariableProxy* this_var, in NewSuperCallReference()
/external/libaom/libaom/av1/encoder/
Drdopt.c7207 int this_var; in single_motion_search() local