Home | History | Annotate | Download | only in asmjs

Lines Matching defs:func_type

546       if (auto* func_type = typer_->TypeOf(expr)->AsFunctionType()) {
548 const auto& arguments = func_type->Arguments();
780 auto* func_type = typer_->TypeOf(p)->AsFunctionType();
783 const auto& arguments = func_type->Arguments();
784 ValueType return_type = TypeFrom(func_type->ReturnType());
1912 auto* func_type = typer_->TypeOf(v)->AsFunctionType();
1913 DCHECK_NOT_NULL(func_type);
1915 ValueType return_type = TypeFrom(func_type->ReturnType());
1916 const auto& arguments = func_type->Arguments();