Home | History | Annotate | Download | only in x64

Lines Matching defs:fun

682         } else if (decl->fun() != NULL) {
683 VisitForValue(decl->fun(), kAccumulator);
706 } else if (decl->fun() != NULL) {
707 VisitForValue(decl->fun(), kAccumulator);
731 } else if (decl->fun() != NULL) {
732 VisitForValue(decl->fun(), kStack);
742 if (decl->fun() != NULL || decl->mode() == Variable::CONST) {
748 if (decl->fun() != NULL) {
749 VisitForValue(decl->fun(), kAccumulator);
1331 Expression* fun = expr->expression();
1332 Variable* var = fun->AsVariableProxy()->AsVariable();
1346 } else if (fun->AsProperty() != NULL) {
1348 Property* prop = fun->AsProperty();
1385 FunctionLiteral* lit = fun->AsFunctionLiteral();
1391 VisitForValue(fun, kStack);