Home | History | Annotate | Download | only in compiler

Lines Matching full:this_function

584   // Build assignment to {.this_function} variable if it is used.
2512 Node* this_function = environment()->Pop();
2515 Node* super_function = NewNode(op, this_function);
3253 Node* this_function = GetFunctionClosure();
3255 // Assign the object to the {.this_function} variable. This should never lazy
3258 BuildVariableAssignment(this_function_var, this_function, Token::INIT,
3260 return this_function;