Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h825 Variable* this_function = GetRareVariable(RareVariable::kThisFunction); in this_function_var() local
988 Variable* this_function = nullptr; member
/external/v8/src/interpreter/
Dbytecode-generator.cc3710 Register this_function = VisitForRegisterValue(super->this_function_var()); in VisitCallSuper() local