Home | History | Annotate | Download | only in compiler

Lines Matching defs:callee

713           // Callee.
1191 Expression* callee = expr->expression();
1194 // Prepare the callee and the receiver to the function call. This depends on
1202 Variable* variable = callee->AsVariableProxy()->var();
1208 Variable* variable = callee->AsVariableProxy()->var();
1218 Property* property = callee->AsProperty();
1242 VisitForValue(callee);
1248 // The callee and the receiver both have to be pushed onto the operand stack
1257 // Resolve callee and receiver for a potential direct eval call. This block
1258 // will mutate the callee and receiver values pushed onto the environment.
1262 // Extract callee and source string from the environment.
1263 Node* callee = environment()->Peek(arg_count + 1);
1267 // provide a fully resolved callee and the corresponding receiver.
1275 NewNode(op, callee, source, function, receiver, strict, position);
1279 // Patch callee and receiver on the environment.
1310 // The callee and the receiver both have to be pushed onto the operand stack
1338 // the call follows JavaScript ABI and the callee is statically unknown.
1712 Node* callee = GetFunctionClosure();
1714 Node* object = NewNode(op, callee);